Color spaces of #dcb97b
RGB | 220 | 185 | 123 |
---|---|---|---|
HSL | 0.11 | 0.58 | 0.67 |
HSV | 38° | 44° | 86° |
CMYK | 0.00 | 0.16 | 0.44 0.14 |
XYZ | 50.4393 | 51.3436 | 25.9908 |
Yxy | 51.3436 | 0.3948 | 0.4018 |
Hunter Lab | 71.6544 | 0.2552 | 28.6522 |
CIE-Lab | 76.8867 | 4.4323 | 36.0843 |
#dcb97b color RGB value is (220,185,123).
#dcb97b hex color red value is 220, green value is 185 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dcb97b hue: 0.11 , saturation: 0.58 and the lightness value of dcb97b is 0.67.
The process color (four color CMYK) of #dcb97b color hex is 0.00, 0.16, 0.44, 0.14. Web safe color of #dcb97b is #cccc66. Color #dcb97b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111001 | 01111011 |
Octal | 334 | 271 | 173 |
Decimal | 220 | 185 | 123 |
Hex | DC | B9 | 7B |
Shades of #dcb97b
Tints of #dcb97b
RGB Percentages of Color #dcb97b
CMYK Percentages of Color #dcb97b
Complementary Color
#dcb97b | #7b9edc |
#dcb97b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcb97b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcb97b Color CSS Codes
.mybgcolor {background-color:#dcb97b; } .myforecolor {color:#dcb97b; } .mybordercolor {border:3px solid #dcb97b; }
#dcb97b Text Font Color
<p style="color:#dcb97b">Text here</p>
This sample text font color is #dcb97b
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.
#dcb97b Background Color
<div style="background-color:#dcb97b">
Div content here</div>
This div background color is #dcb97b
#dcb97b Border Color
<div style="border:3px solid #dcb97b">
Div here</div>
This div border color is #dcb97b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,185,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcb97b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcb97b; -webkit-box-shadow: 1px 1px 3px 2px #dcb97b; box-shadow: 1px 1px 3px 2px #dcb97b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,185,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcb97b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcb97b; -webkit-box-shadow: 1px 1px 3px 2px #dcb97b; box-shadow: 1px 1px 3px 2px #dcb97b;">
Div content here</div>
This div box has shadow with color #dcb97b
Comments
No comments written yet.
Please login to write comment.