Shades of Burly Wood #DCB687
Tints of Burly Wood #DCB687
RGB
CMYK
RGB Variations
Color information
#DCB687 (or 0xDCB687) is known color: Burly Wood. HEX triplet: DC, B6 and 87. RGB value is (220,182,135). Sum of RGB (Red+Green+Blue) = 220+182+135=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB687 is #234978. Grayscale: #BCBCBC. Windows color (decimal): -2312569 or 8894172. OLE color: 8894172.
HSL color Cylindrical-coordinate representation of color #DCB687: hue angle of 33.18º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCB687 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 135 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.14 |
| HSL | 33.18º | 0.55% | 0.7% | - |
| HSV(B) | 33.18º | 0.39% | 0.86% | - |
| XYZ | 50.62 | 50.42 | 29.99 | - |
| YUV | 188 | 98.09 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 135 | 0 | 0.17 | 0.39 | 0.14 | 33.18 | 0.55 | 0.7 |
| Hex | DC | B6 | 87 | 0 | 11 | 27 | E | 21 | 37 | 46 |
| Octal | 334 | 266 | 207 | 0 | 21 | 47 | 16 | 41 | 67 | 106 |
| Binary | 11011100 | 10110110 | 10000111 | 0 | 10001 | 100111 | 1110 | 100001 | 110111 | 1000110 |
Color Harmonies of #DCB687
Complementary color
Monochromatic Colors of #DCB687
Black with #DCB687
Text Example
Text Example
White with #DCB687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB687; }
p { color: rgb(220,182,135); }
H1.HeaderClassName
{
color: #DCB687;
}
.AnyTagClassName
{
color: #DCB687;
}
</style>
background-color css
<style>
a { background-color: #DCB687; }
a { background-color: rgb(220,182,135); }
div.DivClassName
{
background-color: #DCB687;
}
.BgClassName
{
background-color: #DCB687;
}
</style>
border-color css
<style>
span { border-color: #DCB687; }
span { border-color: rgb(220,182,135); }
td.TdClassName
{
border-color: #DCB687;
}
.TagClassName
{
border-color: #DCB687;
}
</style>