Color spaces of #dcb873
RGB | 220 | 184 | 115 |
---|---|---|---|
HSL | 0.11 | 0.60 | 0.66 |
HSV | 39° | 48° | 86° |
CMYK | 0.00 | 0.16 | 0.48 0.14 |
XYZ | 49.7502 | 50.7344 | 23.3903 |
Yxy | 50.7344 | 0.4016 | 0.4096 |
Hunter Lab | 71.2281 | 0.0265 | 30.3897 |
CIE-Lab | 76.5178 | 4.1702 | 39.7323 |
#dcb873 color RGB value is (220,184,115).
#dcb873 hex color red value is 220, green value is 184 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dcb873 hue: 0.11 , saturation: 0.60 and the lightness value of dcb873 is 0.66.
The process color (four color CMYK) of #dcb873 color hex is 0.00, 0.16, 0.48, 0.14. Web safe color of #dcb873 is #cccc66. Color #dcb873 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111000 | 01110011 |
Octal | 334 | 270 | 163 |
Decimal | 220 | 184 | 115 |
Hex | DC | B8 | 73 |
Shades of #dcb873
Tints of #dcb873
RGB Percentages of Color #dcb873
CMYK Percentages of Color #dcb873
Complementary Color
#dcb873 | #7397dc |
#dcb873 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcb873 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcb873 Color CSS Codes
.mybgcolor {background-color:#dcb873; } .myforecolor {color:#dcb873; } .mybordercolor {border:3px solid #dcb873; }
#dcb873 Text Font Color
<p style="color:#dcb873">Text here</p>
This sample text font color is #dcb873
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.
#dcb873 Background Color
<div style="background-color:#dcb873">
Div content here</div>
This div background color is #dcb873
#dcb873 Border Color
<div style="border:3px solid #dcb873">
Div here</div>
This div border color is #dcb873
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,184,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcb873; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcb873; -webkit-box-shadow: 1px 1px 3px 2px #dcb873; box-shadow: 1px 1px 3px 2px #dcb873; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,184,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcb873">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcb873; -webkit-box-shadow: 1px 1px 3px 2px #dcb873; box-shadow: 1px 1px 3px 2px #dcb873;">
Div content here</div>
This div box has shadow with color #dcb873
Comments
No comments written yet.
Please login to write comment.