Shades of Burly Wood #DEBC86
Tints of Burly Wood #DEBC86
RGB
CMYK
RGB Variations
Color information
#DEBC86 (or 0xDEBC86) is known color: Burly Wood. HEX triplet: DE, BC and 86. RGB value is (222,188,134). Sum of RGB (Red+Green+Blue) = 222+188+134=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBC86 is #214379. Grayscale: #C0C0C0. Windows color (decimal): -2179962 or 8830174. OLE color: 8830174.
HSL color Cylindrical-coordinate representation of color #DEBC86: hue angle of 36.82º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEBC86 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 134 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.13 |
| HSL | 36.82º | 0.57% | 0.7% | - |
| HSV(B) | 36.82º | 0.4% | 0.87% | - |
| XYZ | 52.41 | 53.22 | 30.06 | - |
| YUV | 192.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 134 | 0 | 0.15 | 0.40 | 0.13 | 36.82 | 0.57 | 0.7 |
| Hex | DE | BC | 86 | 0 | F | 28 | D | 25 | 39 | 46 |
| Octal | 336 | 274 | 206 | 0 | 17 | 50 | 15 | 45 | 71 | 106 |
| Binary | 11011110 | 10111100 | 10000110 | 0 | 1111 | 101000 | 1101 | 100101 | 111001 | 1000110 |
Color Harmonies of #DEBC86
Complementary color
Monochromatic Colors of #DEBC86
Black with #DEBC86
Text Example
Text Example
White with #DEBC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC86; }
p { color: rgb(222,188,134); }
H1.HeaderClassName
{
color: #DEBC86;
}
.AnyTagClassName
{
color: #DEBC86;
}
</style>
background-color css
<style>
a { background-color: #DEBC86; }
a { background-color: rgb(222,188,134); }
div.DivClassName
{
background-color: #DEBC86;
}
.BgClassName
{
background-color: #DEBC86;
}
</style>
border-color css
<style>
span { border-color: #DEBC86; }
span { border-color: rgb(222,188,134); }
td.TdClassName
{
border-color: #DEBC86;
}
.TagClassName
{
border-color: #DEBC86;
}
</style>