Color spaces of #dcc170
RGB | 220 | 193 | 112 |
---|---|---|---|
HSL | 0.13 | 0.61 | 0.65 |
HSV | 45° | 49° | 86° |
CMYK | 0.00 | 0.12 | 0.49 0.14 |
XYZ | 51.5098 | 54.5254 | 23.1388 |
Yxy | 54.5254 | 0.3988 | 0.4221 |
Hunter Lab | 73.8413 | -4.7053 | 33.1099 |
CIE-Lab | 78.7671 | -0.8292 | 44.0412 |
#dcc170 color RGB value is (220,193,112).
#dcc170 hex color red value is 220, green value is 193 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dcc170 hue: 0.13 , saturation: 0.61 and the lightness value of dcc170 is 0.65.
The process color (four color CMYK) of #dcc170 color hex is 0.00, 0.12, 0.49, 0.14. Web safe color of #dcc170 is #cccc66. Color #dcc170 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11000001 | 01110000 |
Octal | 334 | 301 | 160 |
Decimal | 220 | 193 | 112 |
Hex | DC | C1 | 70 |
Shades of #dcc170
Tints of #dcc170
RGB Percentages of Color #dcc170
CMYK Percentages of Color #dcc170
Complementary Color
#dcc170 | #708bdc |
#dcc170 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcc170 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcc170 Color CSS Codes
.mybgcolor {background-color:#dcc170; } .myforecolor {color:#dcc170; } .mybordercolor {border:3px solid #dcc170; }
#dcc170 Text Font Color
<p style="color:#dcc170">Text here</p>
This sample text font color is #dcc170
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.
#dcc170 Background Color
<div style="background-color:#dcc170">
Div content here</div>
This div background color is #dcc170
#dcc170 Border Color
<div style="border:3px solid #dcc170">
Div here</div>
This div border color is #dcc170
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,193,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcc170; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcc170; -webkit-box-shadow: 1px 1px 3px 2px #dcc170; box-shadow: 1px 1px 3px 2px #dcc170; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,193,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcc170">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcc170; -webkit-box-shadow: 1px 1px 3px 2px #dcc170; box-shadow: 1px 1px 3px 2px #dcc170;">
Div content here</div>
This div box has shadow with color #dcc170
Comments
No comments written yet.
Please login to write comment.