Color spaces of #dcdd9f
RGB | 220 | 221 | 159 |
---|---|---|---|
HSL | 0.17 | 0.48 | 0.75 |
HSV | 61° | 28° | 87° |
CMYK | 0.00 | 0.00 | 0.28 0.13 |
XYZ | 61.6297 | 69.4317 | 42.9543 |
Yxy | 69.4317 | 0.3542 | 0.3990 |
Hunter Lab | 83.3257 | -13.7970 | 27.7641 |
CIE-Lab | 86.7174 | -9.9806 | 30.4162 |
#dcdd9f color RGB value is (220,221,159).
#dcdd9f hex color red value is 220, green value is 221 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dcdd9f hue: 0.17 , saturation: 0.48 and the lightness value of dcdd9f is 0.75.
The process color (four color CMYK) of #dcdd9f color hex is 0.00, 0.00, 0.28, 0.13. Web safe color of #dcdd9f is #cccc99. Color #dcdd9f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11011101 | 10011111 |
Octal | 334 | 335 | 237 |
Decimal | 220 | 221 | 159 |
Hex | DC | DD | 9F |
Shades of #dcdd9f
Tints of #dcdd9f
RGB Percentages of Color #dcdd9f
CMYK Percentages of Color #dcdd9f
Complementary Color
#dcdd9f | #a09fdd |
#dcdd9f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcdd9f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcdd9f Color CSS Codes
.mybgcolor {background-color:#dcdd9f; } .myforecolor {color:#dcdd9f; } .mybordercolor {border:3px solid #dcdd9f; }
#dcdd9f Text Font Color
<p style="color:#dcdd9f">Text here</p>
This sample text font color is #dcdd9f
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.
#dcdd9f Background Color
<div style="background-color:#dcdd9f">
Div content here</div>
This div background color is #dcdd9f
#dcdd9f Border Color
<div style="border:3px solid #dcdd9f">
Div here</div>
This div border color is #dcdd9f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,221,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcdd9f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcdd9f; -webkit-box-shadow: 1px 1px 3px 2px #dcdd9f; box-shadow: 1px 1px 3px 2px #dcdd9f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,221,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 #dcdd9f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcdd9f; -webkit-box-shadow: 1px 1px 3px 2px #dcdd9f; box-shadow: 1px 1px 3px 2px #dcdd9f;">
Div content here</div>
This div box has shadow with color #dcdd9f
Comments
No comments written yet.
Please login to write comment.