Shades of Burly Wood #DCBA87
Tints of Burly Wood #DCBA87
RGB
CMYK
RGB Variations
Color information
#DCBA87 (or 0xDCBA87) is known color: Burly Wood. HEX triplet: DC, BA and 87. RGB value is (220,186,135). Sum of RGB (Red+Green+Blue) = 220+186+135=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 135 (53.12% from 255 or 24.95% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA87 is #234578. Grayscale: #BEBEBE. Windows color (decimal): -2311545 or 8895196. OLE color: 8895196.
HSL color Cylindrical-coordinate representation of color #DCBA87: hue angle of 36º 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 #DCBA87 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 135 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.14 |
| HSL | 36º | 0.55% | 0.7% | - |
| HSV(B) | 36º | 0.39% | 0.86% | - |
| XYZ | 51.45 | 52.08 | 30.26 | - |
| YUV | 190.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 135 | 0 | 0.15 | 0.39 | 0.14 | 36 | 0.55 | 0.7 |
| Hex | DC | BA | 87 | 0 | F | 27 | E | 24 | 37 | 46 |
| Octal | 334 | 272 | 207 | 0 | 17 | 47 | 16 | 44 | 67 | 106 |
| Binary | 11011100 | 10111010 | 10000111 | 0 | 1111 | 100111 | 1110 | 100100 | 110111 | 1000110 |
Color Harmonies of #DCBA87
Complementary color
Monochromatic Colors of #DCBA87
Black with #DCBA87
Text Example
Text Example
White with #DCBA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA87; }
p { color: rgb(220,186,135); }
H1.HeaderClassName
{
color: #DCBA87;
}
.AnyTagClassName
{
color: #DCBA87;
}
</style>
background-color css
<style>
a { background-color: #DCBA87; }
a { background-color: rgb(220,186,135); }
div.DivClassName
{
background-color: #DCBA87;
}
.BgClassName
{
background-color: #DCBA87;
}
</style>
border-color css
<style>
span { border-color: #DCBA87; }
span { border-color: rgb(220,186,135); }
td.TdClassName
{
border-color: #DCBA87;
}
.TagClassName
{
border-color: #DCBA87;
}
</style>