Color spaces of #dcc97f
RGB | 220 | 201 | 127 |
---|---|---|---|
HSL | 0.13 | 0.57 | 0.68 |
HSV | 48° | 42° | 86° |
CMYK | 0.00 | 0.09 | 0.42 0.14 |
XYZ | 54.2326 | 58.5212 | 28.5160 |
Yxy | 58.5212 | 0.3839 | 0.4143 |
Hunter Lab | 76.4992 | -7.3294 | 31.4483 |
CIE-Lab | 81.0277 | -3.5133 | 39.3295 |
#dcc97f color RGB value is (220,201,127).
#dcc97f hex color red value is 220, green value is 201 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dcc97f hue: 0.13 , saturation: 0.57 and the lightness value of dcc97f is 0.68.
The process color (four color CMYK) of #dcc97f color hex is 0.00, 0.09, 0.42, 0.14. Web safe color of #dcc97f is #cccc66. Color #dcc97f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001001 | 01111111 |
Octal | 334 | 311 | 177 |
Decimal | 220 | 201 | 127 |
Hex | DC | C9 | 7F |
Shades of #dcc97f
Tints of #dcc97f
RGB Percentages of Color #dcc97f
CMYK Percentages of Color #dcc97f
Complementary Color
#dcc97f | #7f92dc |
#dcc97f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcc97f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcc97f Color CSS Codes
.mybgcolor {background-color:#dcc97f; } .myforecolor {color:#dcc97f; } .mybordercolor {border:3px solid #dcc97f; }
#dcc97f Text Font Color
<p style="color:#dcc97f">Text here</p>
This sample text font color is #dcc97f
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.
#dcc97f Background Color
<div style="background-color:#dcc97f">
Div content here</div>
This div background color is #dcc97f
#dcc97f Border Color
<div style="border:3px solid #dcc97f">
Div here</div>
This div border color is #dcc97f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,201,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcc97f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcc97f; -webkit-box-shadow: 1px 1px 3px 2px #dcc97f; box-shadow: 1px 1px 3px 2px #dcc97f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,201,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcc97f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcc97f; -webkit-box-shadow: 1px 1px 3px 2px #dcc97f; box-shadow: 1px 1px 3px 2px #dcc97f;">
Div content here</div>
This div box has shadow with color #dcc97f
#dcc97f Color Palettes
Comments
No comments written yet.
Please login to write comment.