Color spaces of #ddcf8d
RGB | 221 | 207 | 141 |
---|---|---|---|
HSL | 0.14 | 0.54 | 0.71 |
HSV | 50° | 36° | 87° |
CMYK | 0.00 | 0.06 | 0.36 0.13 |
XYZ | 56.9393 | 61.9209 | 34.1502 |
Yxy | 61.9209 | 0.3721 | 0.4047 |
Hunter Lab | 78.6898 | -8.5461 | 29.3519 |
CIE-Lab | 82.8713 | -4.6725 | 34.5819 |
#ddcf8d color RGB value is (221,207,141).
#ddcf8d hex color red value is 221, green value is 207 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ddcf8d hue: 0.14 , saturation: 0.54 and the lightness value of ddcf8d is 0.71.
The process color (four color CMYK) of #ddcf8d color hex is 0.00, 0.06, 0.36, 0.13. Web safe color of #ddcf8d is #cccc99. Color #ddcf8d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001111 | 10001101 |
Octal | 335 | 317 | 215 |
Decimal | 221 | 207 | 141 |
Hex | DD | CF | 8D |
Shades of #ddcf8d
Tints of #ddcf8d
RGB Percentages of Color #ddcf8d
CMYK Percentages of Color #ddcf8d
Complementary Color
#ddcf8d | #8d9bdd |
#ddcf8d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddcf8d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddcf8d Color CSS Codes
.mybgcolor {background-color:#ddcf8d; } .myforecolor {color:#ddcf8d; } .mybordercolor {border:3px solid #ddcf8d; }
#ddcf8d Text Font Color
<p style="color:#ddcf8d">Text here</p>
This sample text font color is #ddcf8d
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.
#ddcf8d Background Color
<div style="background-color:#ddcf8d">
Div content here</div>
This div background color is #ddcf8d
#ddcf8d Border Color
<div style="border:3px solid #ddcf8d">
Div here</div>
This div border color is #ddcf8d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,207,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddcf8d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddcf8d; -webkit-box-shadow: 1px 1px 3px 2px #ddcf8d; box-shadow: 1px 1px 3px 2px #ddcf8d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,207,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddcf8d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcf8d; -webkit-box-shadow: 1px 1px 3px 2px #ddcf8d; box-shadow: 1px 1px 3px 2px #ddcf8d;">
Div content here</div>
This div box has shadow with color #ddcf8d
#ddcf8d Color Palettes
Comments
No comments written yet.
Please login to write comment.