Color spaces of #dcc881
RGB | 220 | 200 | 129 |
---|---|---|---|
HSL | 0.13 | 0.57 | 0.68 |
HSV | 47° | 41° | 86° |
CMYK | 0.00 | 0.09 | 0.41 0.14 |
XYZ | 54.1319 | 58.1092 | 29.1320 |
Yxy | 58.1092 | 0.3829 | 0.4110 |
Hunter Lab | 76.2294 | -6.6453 | 30.7022 |
CIE-Lab | 80.7995 | -2.7864 | 38.0212 |
#dcc881 color RGB value is (220,200,129).
#dcc881 hex color red value is 220, green value is 200 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dcc881 hue: 0.13 , saturation: 0.57 and the lightness value of dcc881 is 0.68.
The process color (four color CMYK) of #dcc881 color hex is 0.00, 0.09, 0.41, 0.14. Web safe color of #dcc881 is #cccc99. Color #dcc881 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001000 | 10000001 |
Octal | 334 | 310 | 201 |
Decimal | 220 | 200 | 129 |
Hex | DC | C8 | 81 |
Shades of #dcc881
Tints of #dcc881
RGB Percentages of Color #dcc881
CMYK Percentages of Color #dcc881
Complementary Color
#dcc881 | #8195dc |
#dcc881 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcc881 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcc881 Color CSS Codes
.mybgcolor {background-color:#dcc881; } .myforecolor {color:#dcc881; } .mybordercolor {border:3px solid #dcc881; }
#dcc881 Text Font Color
<p style="color:#dcc881">Text here</p>
This sample text font color is #dcc881
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.
#dcc881 Background Color
<div style="background-color:#dcc881">
Div content here</div>
This div background color is #dcc881
#dcc881 Border Color
<div style="border:3px solid #dcc881">
Div here</div>
This div border color is #dcc881
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,200,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcc881; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcc881; -webkit-box-shadow: 1px 1px 3px 2px #dcc881; box-shadow: 1px 1px 3px 2px #dcc881; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,200,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcc881">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcc881; -webkit-box-shadow: 1px 1px 3px 2px #dcc881; box-shadow: 1px 1px 3px 2px #dcc881;">
Div content here</div>
This div box has shadow with color #dcc881
Comments
No comments written yet.
Please login to write comment.