Color spaces of #dda866
RGB | 221 | 168 | 102 |
---|---|---|---|
HSL | 0.09 | 0.64 | 0.63 |
HSV | 33° | 54° | 87° |
CMYK | 0.00 | 0.24 | 0.54 0.13 |
XYZ | 46.2197 | 44.3367 | 18.6922 |
Yxy | 44.3367 | 0.4231 | 0.4058 |
Hunter Lab | 66.5858 | 7.3784 | 29.9660 |
CIE-Lab | 72.4530 | 11.9246 | 41.3498 |
#dda866 color RGB value is (221,168,102).
#dda866 hex color red value is 221, green value is 168 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #dda866 hue: 0.09 , saturation: 0.64 and the lightness value of dda866 is 0.63.
The process color (four color CMYK) of #dda866 color hex is 0.00, 0.24, 0.54, 0.13. Web safe color of #dda866 is #cc9966. Color #dda866 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101000 | 01100110 |
Octal | 335 | 250 | 146 |
Decimal | 221 | 168 | 102 |
Hex | DD | A8 | 66 |
Shades of #dda866
Tints of #dda866
RGB Percentages of Color #dda866
CMYK Percentages of Color #dda866
Complementary Color
#dda866 | #669bdd |
#dda866 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dda866 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dda866 Color CSS Codes
.mybgcolor {background-color:#dda866; } .myforecolor {color:#dda866; } .mybordercolor {border:3px solid #dda866; }
#dda866 Text Font Color
<p style="color:#dda866">Text here</p>
This sample text font color is #dda866
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.
#dda866 Background Color
<div style="background-color:#dda866">
Div content here</div>
This div background color is #dda866
#dda866 Border Color
<div style="border:3px solid #dda866">
Div here</div>
This div border color is #dda866
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,168,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dda866; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dda866; -webkit-box-shadow: 1px 1px 3px 2px #dda866; box-shadow: 1px 1px 3px 2px #dda866; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,168,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dda866">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dda866; -webkit-box-shadow: 1px 1px 3px 2px #dda866; box-shadow: 1px 1px 3px 2px #dda866;">
Div content here</div>
This div box has shadow with color #dda866
Comments
No comments written yet.
Please login to write comment.