Shades of Burly Wood #DCB888
Tints of Burly Wood #DCB888
RGB
CMYK
RGB Variations
Color information
#DCB888 (or 0xDCB888) is known color: Burly Wood. HEX triplet: DC, B8 and 88. RGB value is (220,184,136). Sum of RGB (Red+Green+Blue) = 220+184+136=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB888 is #234777. Grayscale: #BDBDBD. Windows color (decimal): -2312056 or 8960220. OLE color: 8960220.
HSL color Cylindrical-coordinate representation of color #DCB888: hue angle of 34.29º 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 #DCB888 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 136 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.14 |
| HSL | 34.29º | 0.55% | 0.7% | - |
| HSV(B) | 34.29º | 0.38% | 0.86% | - |
| XYZ | 51.1 | 51.27 | 30.5 | - |
| YUV | 189.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 136 | 0 | 0.16 | 0.38 | 0.14 | 34.29 | 0.55 | 0.7 |
| Hex | DC | B8 | 88 | 0 | 10 | 26 | E | 22 | 37 | 46 |
| Octal | 334 | 270 | 210 | 0 | 20 | 46 | 16 | 42 | 67 | 106 |
| Binary | 11011100 | 10111000 | 10001000 | 0 | 10000 | 100110 | 1110 | 100010 | 110111 | 1000110 |
Color Harmonies of #DCB888
Complementary color
Monochromatic Colors of #DCB888
Black with #DCB888
Text Example
Text Example
White with #DCB888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB888; }
p { color: rgb(220,184,136); }
H1.HeaderClassName
{
color: #DCB888;
}
.AnyTagClassName
{
color: #DCB888;
}
</style>
background-color css
<style>
a { background-color: #DCB888; }
a { background-color: rgb(220,184,136); }
div.DivClassName
{
background-color: #DCB888;
}
.BgClassName
{
background-color: #DCB888;
}
</style>
border-color css
<style>
span { border-color: #DCB888; }
span { border-color: rgb(220,184,136); }
td.TdClassName
{
border-color: #DCB888;
}
.TagClassName
{
border-color: #DCB888;
}
</style>