Color spaces of #dcc287
RGB | 220 | 194 | 135 |
---|---|---|---|
HSL | 0.12 | 0.55 | 0.70 |
HSV | 42° | 39° | 86° |
CMYK | 0.00 | 0.12 | 0.39 0.14 |
XYZ | 53.1802 | 55.5485 | 30.8407 |
Yxy | 55.5485 | 0.3810 | 0.3980 |
Hunter Lab | 74.5309 | -3.0635 | 27.6375 |
CIE-Lab | 79.3562 | 0.9915 | 33.0608 |
#dcc287 color RGB value is (220,194,135).
#dcc287 hex color red value is 220, green value is 194 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dcc287 hue: 0.12 , saturation: 0.55 and the lightness value of dcc287 is 0.70.
The process color (four color CMYK) of #dcc287 color hex is 0.00, 0.12, 0.39, 0.14. Web safe color of #dcc287 is #cccc99. Color #dcc287 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11000010 | 10000111 |
Octal | 334 | 302 | 207 |
Decimal | 220 | 194 | 135 |
Hex | DC | C2 | 87 |
Shades of #dcc287
Tints of #dcc287
RGB Percentages of Color #dcc287
CMYK Percentages of Color #dcc287
Complementary Color
#dcc287 | #87a1dc |
#dcc287 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcc287 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcc287 Color CSS Codes
.mybgcolor {background-color:#dcc287; } .myforecolor {color:#dcc287; } .mybordercolor {border:3px solid #dcc287; }
#dcc287 Text Font Color
<p style="color:#dcc287">Text here</p>
This sample text font color is #dcc287
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.
#dcc287 Background Color
<div style="background-color:#dcc287">
Div content here</div>
This div background color is #dcc287
#dcc287 Border Color
<div style="border:3px solid #dcc287">
Div here</div>
This div border color is #dcc287
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,194,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcc287; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcc287; -webkit-box-shadow: 1px 1px 3px 2px #dcc287; box-shadow: 1px 1px 3px 2px #dcc287; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,194,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcc287">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcc287; -webkit-box-shadow: 1px 1px 3px 2px #dcc287; box-shadow: 1px 1px 3px 2px #dcc287;">
Div content here</div>
This div box has shadow with color #dcc287
Comments
No comments written yet.
Please login to write comment.