Shades of Burly Wood #DCB885
Tints of Burly Wood #DCB885
RGB
CMYK
RGB Variations
Color information
#DCB885 (or 0xDCB885) is known color: Burly Wood. HEX triplet: DC, B8 and 85. RGB value is (220,184,133). Sum of RGB (Red+Green+Blue) = 220+184+133=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB885 is #23477A. Grayscale: #BDBDBD. Windows color (decimal): -2312059 or 8763612. OLE color: 8763612.
HSL color Cylindrical-coordinate representation of color #DCB885: hue angle of 35.17º 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 #DCB885 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 133 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.14 |
| HSL | 35.17º | 0.55% | 0.69% | - |
| HSV(B) | 35.17º | 0.4% | 0.86% | - |
| XYZ | 50.89 | 51.19 | 29.39 | - |
| YUV | 188.95 | 96.43 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 133 | 0 | 0.16 | 0.40 | 0.14 | 35.17 | 0.55 | 0.69 |
| Hex | DC | B8 | 85 | 0 | 10 | 28 | E | 23 | 37 | 45 |
| Octal | 334 | 270 | 205 | 0 | 20 | 50 | 16 | 43 | 67 | 105 |
| Binary | 11011100 | 10111000 | 10000101 | 0 | 10000 | 101000 | 1110 | 100011 | 110111 | 1000101 |
Color Harmonies of #DCB885
Complementary color
Monochromatic Colors of #DCB885
Black with #DCB885
Text Example
Text Example
White with #DCB885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB885; }
p { color: rgb(220,184,133); }
H1.HeaderClassName
{
color: #DCB885;
}
.AnyTagClassName
{
color: #DCB885;
}
</style>
background-color css
<style>
a { background-color: #DCB885; }
a { background-color: rgb(220,184,133); }
div.DivClassName
{
background-color: #DCB885;
}
.BgClassName
{
background-color: #DCB885;
}
</style>
border-color css
<style>
span { border-color: #DCB885; }
span { border-color: rgb(220,184,133); }
td.TdClassName
{
border-color: #DCB885;
}
.TagClassName
{
border-color: #DCB885;
}
</style>