Color spaces of #ddcf9e
RGB | 221 | 207 | 158 |
---|---|---|---|
HSL | 0.13 | 0.48 | 0.74 |
HSV | 47° | 29° | 87° |
CMYK | 0.00 | 0.06 | 0.29 0.13 |
XYZ | 58.3032 | 62.4664 | 41.3321 |
Yxy | 62.4664 | 0.3597 | 0.3854 |
Hunter Lab | 79.0357 | -6.6362 | 24.3190 |
CIE-Lab | 83.1608 | -2.5813 | 26.1545 |
#ddcf9e color RGB value is (221,207,158).
#ddcf9e hex color red value is 221, green value is 207 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ddcf9e hue: 0.13 , saturation: 0.48 and the lightness value of ddcf9e is 0.74.
The process color (four color CMYK) of #ddcf9e color hex is 0.00, 0.06, 0.29, 0.13. Web safe color of #ddcf9e is #cccc99. Color #ddcf9e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001111 | 10011110 |
Octal | 335 | 317 | 236 |
Decimal | 221 | 207 | 158 |
Hex | DD | CF | 9E |
Shades of #ddcf9e
Tints of #ddcf9e
RGB Percentages of Color #ddcf9e
CMYK Percentages of Color #ddcf9e
Complementary Color
#ddcf9e | #9eacdd |
#ddcf9e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddcf9e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddcf9e Color CSS Codes
.mybgcolor {background-color:#ddcf9e; } .myforecolor {color:#ddcf9e; } .mybordercolor {border:3px solid #ddcf9e; }
#ddcf9e Text Font Color
<p style="color:#ddcf9e">Text here</p>
This sample text font color is #ddcf9e
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.
#ddcf9e Background Color
<div style="background-color:#ddcf9e">
Div content here</div>
This div background color is #ddcf9e
#ddcf9e Border Color
<div style="border:3px solid #ddcf9e">
Div here</div>
This div border color is #ddcf9e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,207,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddcf9e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddcf9e; -webkit-box-shadow: 1px 1px 3px 2px #ddcf9e; box-shadow: 1px 1px 3px 2px #ddcf9e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,207,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddcf9e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcf9e; -webkit-box-shadow: 1px 1px 3px 2px #ddcf9e; box-shadow: 1px 1px 3px 2px #ddcf9e;">
Div content here</div>
This div box has shadow with color #ddcf9e
#ddcf9e Color Palettes
Comments
No comments written yet.
Please login to write comment.