Shades of Burly Wood #DCB685
Tints of Burly Wood #DCB685
RGB
CMYK
RGB Variations
Color information
#DCB685 (or 0xDCB685) is known color: Burly Wood. HEX triplet: DC, B6 and 85. RGB value is (220,182,133). Sum of RGB (Red+Green+Blue) = 220+182+133=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB685 is #23497A. Grayscale: #BCBCBC. Windows color (decimal): -2312571 or 8763100. OLE color: 8763100.
HSL color Cylindrical-coordinate representation of color #DCB685: hue angle of 33.79º 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 #DCB685 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 133 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.14 |
| HSL | 33.79º | 0.55% | 0.69% | - |
| HSV(B) | 33.79º | 0.4% | 0.86% | - |
| XYZ | 50.48 | 50.37 | 29.25 | - |
| YUV | 187.78 | 97.09 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 133 | 0 | 0.17 | 0.40 | 0.14 | 33.79 | 0.55 | 0.69 |
| Hex | DC | B6 | 85 | 0 | 11 | 28 | E | 22 | 37 | 45 |
| Octal | 334 | 266 | 205 | 0 | 21 | 50 | 16 | 42 | 67 | 105 |
| Binary | 11011100 | 10110110 | 10000101 | 0 | 10001 | 101000 | 1110 | 100010 | 110111 | 1000101 |
Color Harmonies of #DCB685
Complementary color
Monochromatic Colors of #DCB685
Black with #DCB685
Text Example
Text Example
White with #DCB685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB685; }
p { color: rgb(220,182,133); }
H1.HeaderClassName
{
color: #DCB685;
}
.AnyTagClassName
{
color: #DCB685;
}
</style>
background-color css
<style>
a { background-color: #DCB685; }
a { background-color: rgb(220,182,133); }
div.DivClassName
{
background-color: #DCB685;
}
.BgClassName
{
background-color: #DCB685;
}
</style>
border-color css
<style>
span { border-color: #DCB685; }
span { border-color: rgb(220,182,133); }
td.TdClassName
{
border-color: #DCB685;
}
.TagClassName
{
border-color: #DCB685;
}
</style>