Color spaces of #ded99f
RGB | 222 | 217 | 159 |
---|---|---|---|
HSL | 0.15 | 0.49 | 0.75 |
HSV | 55° | 28° | 87° |
CMYK | 0.00 | 0.02 | 0.28 0.13 |
XYZ | 61.1951 | 67.6585 | 42.6350 |
Yxy | 67.6585 | 0.3568 | 0.3945 |
Hunter Lab | 82.2548 | -11.1472 | 26.8467 |
CIE-Lab | 85.8354 | -7.1986 | 29.2600 |
#ded99f color RGB value is (222,217,159).
#ded99f hex color red value is 222, green value is 217 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ded99f hue: 0.15 , saturation: 0.49 and the lightness value of ded99f is 0.75.
The process color (four color CMYK) of #ded99f color hex is 0.00, 0.02, 0.28, 0.13. Web safe color of #ded99f is #cccc99. Color #ded99f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011001 | 10011111 |
Octal | 336 | 331 | 237 |
Decimal | 222 | 217 | 159 |
Hex | DE | D9 | 9F |
Shades of #ded99f
Tints of #ded99f
RGB Percentages of Color #ded99f
CMYK Percentages of Color #ded99f
Complementary Color
#ded99f | #9fa4de |
#ded99f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ded99f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ded99f Color CSS Codes
.mybgcolor {background-color:#ded99f; } .myforecolor {color:#ded99f; } .mybordercolor {border:3px solid #ded99f; }
#ded99f Text Font Color
<p style="color:#ded99f">Text here</p>
This sample text font color is #ded99f
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.
#ded99f Background Color
<div style="background-color:#ded99f">
Div content here</div>
This div background color is #ded99f
#ded99f Border Color
<div style="border:3px solid #ded99f">
Div here</div>
This div border color is #ded99f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,217,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ded99f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ded99f; -webkit-box-shadow: 1px 1px 3px 2px #ded99f; box-shadow: 1px 1px 3px 2px #ded99f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,217,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ded99f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ded99f; -webkit-box-shadow: 1px 1px 3px 2px #ded99f; box-shadow: 1px 1px 3px 2px #ded99f;">
Div content here</div>
This div box has shadow with color #ded99f
Comments
No comments written yet.
Please login to write comment.