Color spaces of #dda584
RGB | 221 | 165 | 132 |
---|---|---|---|
HSL | 0.06 | 0.57 | 0.69 |
HSV | 22° | 40° | 87° |
CMYK | 0.00 | 0.25 | 0.40 0.13 |
XYZ | 47.4388 | 43.9484 | 27.8124 |
Yxy | 43.9484 | 0.3980 | 0.3687 |
Hunter Lab | 66.2936 | 11.7184 | 21.5314 |
CIE-Lab | 72.1940 | 16.4678 | 25.1602 |
#dda584 color RGB value is (221,165,132).
#dda584 hex color red value is 221, green value is 165 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dda584 hue: 0.06 , saturation: 0.57 and the lightness value of dda584 is 0.69.
The process color (four color CMYK) of #dda584 color hex is 0.00, 0.25, 0.40, 0.13. Web safe color of #dda584 is #cc9999. Color #dda584 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10100101 | 10000100 |
Octal | 335 | 245 | 204 |
Decimal | 221 | 165 | 132 |
Hex | DD | A5 | 84 |
Shades of #dda584
Tints of #dda584
RGB Percentages of Color #dda584
CMYK Percentages of Color #dda584
Complementary Color
#dda584 | #84bcdd |
#dda584 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dda584 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dda584 Color CSS Codes
.mybgcolor {background-color:#dda584; } .myforecolor {color:#dda584; } .mybordercolor {border:3px solid #dda584; }
#dda584 Text Font Color
<p style="color:#dda584">Text here</p>
This sample text font color is #dda584
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dda584 Background Color
<div style="background-color:#dda584">
Div content here</div>
This div background color is #dda584
#dda584 Border Color
<div style="border:3px solid #dda584">
Div here</div>
This div border color is #dda584
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,165,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dda584; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dda584; -webkit-box-shadow: 1px 1px 3px 2px #dda584; box-shadow: 1px 1px 3px 2px #dda584; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,165,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dda584">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dda584; -webkit-box-shadow: 1px 1px 3px 2px #dda584; box-shadow: 1px 1px 3px 2px #dda584;">
Div content here</div>
This div box has shadow with color #dda584
#dda584 Color Palettes
Comments
No comments written yet.
Please login to write comment.