Shades of Burly Wood #DCB988
Tints of Burly Wood #DCB988
RGB
CMYK
RGB Variations
Color information
#DCB988 (or 0xDCB988) is known color: Burly Wood. HEX triplet: DC, B9 and 88. RGB value is (220,185,136). Sum of RGB (Red+Green+Blue) = 220+185+136=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB988 is #234677. Grayscale: #BEBEBE. Windows color (decimal): -2311800 or 8960476. OLE color: 8960476.
HSL color Cylindrical-coordinate representation of color #DCB988: hue angle of 35º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCB988 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 136 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.14 |
| HSL | 35º | 0.55% | 0.7% | - |
| HSV(B) | 35º | 0.38% | 0.86% | - |
| XYZ | 51.31 | 51.69 | 30.57 | - |
| YUV | 189.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 136 | 0 | 0.16 | 0.38 | 0.14 | 35 | 0.55 | 0.7 |
| Hex | DC | B9 | 88 | 0 | 10 | 26 | E | 23 | 37 | 46 |
| Octal | 334 | 271 | 210 | 0 | 20 | 46 | 16 | 43 | 67 | 106 |
| Binary | 11011100 | 10111001 | 10001000 | 0 | 10000 | 100110 | 1110 | 100011 | 110111 | 1000110 |
Color Harmonies of #DCB988
Complementary color
Monochromatic Colors of #DCB988
Black with #DCB988
Text Example
Text Example
White with #DCB988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB988; }
p { color: rgb(220,185,136); }
H1.HeaderClassName
{
color: #DCB988;
}
.AnyTagClassName
{
color: #DCB988;
}
</style>
background-color css
<style>
a { background-color: #DCB988; }
a { background-color: rgb(220,185,136); }
div.DivClassName
{
background-color: #DCB988;
}
.BgClassName
{
background-color: #DCB988;
}
</style>
border-color css
<style>
span { border-color: #DCB988; }
span { border-color: rgb(220,185,136); }
td.TdClassName
{
border-color: #DCB988;
}
.TagClassName
{
border-color: #DCB988;
}
</style>