Shades of Burly Wood #DCBB85
Tints of Burly Wood #DCBB85
RGB
CMYK
RGB Variations
Color information
#DCBB85 (or 0xDCBB85) is known color: Burly Wood. HEX triplet: DC, BB and 85. RGB value is (220,187,133). Sum of RGB (Red+Green+Blue) = 220+187+133=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB85 is #23447A. Grayscale: #BEBEBE. Windows color (decimal): -2311291 or 8764380. OLE color: 8764380.
HSL color Cylindrical-coordinate representation of color #DCBB85: hue angle of 37.24º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCBB85 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 133 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.14 |
| HSL | 37.24º | 0.55% | 0.69% | - |
| HSV(B) | 37.24º | 0.4% | 0.86% | - |
| XYZ | 51.52 | 52.45 | 29.6 | - |
| YUV | 190.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 133 | 0 | 0.15 | 0.40 | 0.14 | 37.24 | 0.55 | 0.69 |
| Hex | DC | BB | 85 | 0 | F | 28 | E | 25 | 37 | 45 |
| Octal | 334 | 273 | 205 | 0 | 17 | 50 | 16 | 45 | 67 | 105 |
| Binary | 11011100 | 10111011 | 10000101 | 0 | 1111 | 101000 | 1110 | 100101 | 110111 | 1000101 |
Color Harmonies of #DCBB85
Complementary color
Monochromatic Colors of #DCBB85
Black with #DCBB85
Text Example
Text Example
White with #DCBB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB85; }
p { color: rgb(220,187,133); }
H1.HeaderClassName
{
color: #DCBB85;
}
.AnyTagClassName
{
color: #DCBB85;
}
</style>
background-color css
<style>
a { background-color: #DCBB85; }
a { background-color: rgb(220,187,133); }
div.DivClassName
{
background-color: #DCBB85;
}
.BgClassName
{
background-color: #DCBB85;
}
</style>
border-color css
<style>
span { border-color: #DCBB85; }
span { border-color: rgb(220,187,133); }
td.TdClassName
{
border-color: #DCBB85;
}
.TagClassName
{
border-color: #DCBB85;
}
</style>