Color spaces of #dccc89
RGB | 220 | 204 | 137 |
---|---|---|---|
HSL | 0.13 | 0.54 | 0.70 |
HSV | 48° | 38° | 86° |
CMYK | 0.00 | 0.07 | 0.38 0.14 |
XYZ | 55.6234 | 60.2075 | 32.3565 |
Yxy | 60.2075 | 0.3754 | 0.4063 |
Hunter Lab | 77.5935 | -7.8297 | 29.5915 |
CIE-Lab | 81.9508 | -3.9772 | 35.4169 |
#dccc89 color RGB value is (220,204,137).
#dccc89 hex color red value is 220, green value is 204 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dccc89 hue: 0.13 , saturation: 0.54 and the lightness value of dccc89 is 0.70.
The process color (four color CMYK) of #dccc89 color hex is 0.00, 0.07, 0.38, 0.14. Web safe color of #dccc89 is #cccc99. Color #dccc89 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001100 | 10001001 |
Octal | 334 | 314 | 211 |
Decimal | 220 | 204 | 137 |
Hex | DC | CC | 89 |
Shades of #dccc89
Tints of #dccc89
RGB Percentages of Color #dccc89
CMYK Percentages of Color #dccc89
Complementary Color
#dccc89 | #8999dc |
#dccc89 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccc89 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccc89 Color CSS Codes
.mybgcolor {background-color:#dccc89; } .myforecolor {color:#dccc89; } .mybordercolor {border:3px solid #dccc89; }
#dccc89 Text Font Color
<p style="color:#dccc89">Text here</p>
This sample text font color is #dccc89
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.
#dccc89 Background Color
<div style="background-color:#dccc89">
Div content here</div>
This div background color is #dccc89
#dccc89 Border Color
<div style="border:3px solid #dccc89">
Div here</div>
This div border color is #dccc89
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,204,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccc89; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccc89; -webkit-box-shadow: 1px 1px 3px 2px #dccc89; box-shadow: 1px 1px 3px 2px #dccc89; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,204,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccc89">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccc89; -webkit-box-shadow: 1px 1px 3px 2px #dccc89; box-shadow: 1px 1px 3px 2px #dccc89;">
Div content here</div>
This div box has shadow with color #dccc89
Comments
No comments written yet.
Please login to write comment.