Shades of Burly Wood #DEBB89
Tints of Burly Wood #DEBB89
RGB
CMYK
RGB Variations
Color information
#DEBB89 (or 0xDEBB89) is known color: Burly Wood. HEX triplet: DE, BB and 89. RGB value is (222,187,137). Sum of RGB (Red+Green+Blue) = 222+187+137=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 137 (53.91% from 255 or 25.09% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBB89 is #214476. Grayscale: #C0C0C0. Windows color (decimal): -2180215 or 9026526. OLE color: 9026526.
HSL color Cylindrical-coordinate representation of color #DEBB89: hue angle of 35.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEBB89 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 137 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.13 |
| HSL | 35.29º | 0.56% | 0.7% | - |
| HSV(B) | 35.29º | 0.38% | 0.87% | - |
| XYZ | 52.41 | 52.88 | 31.11 | - |
| YUV | 191.77 | 97.1 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 137 | 0 | 0.16 | 0.38 | 0.13 | 35.29 | 0.56 | 0.7 |
| Hex | DE | BB | 89 | 0 | 10 | 26 | D | 23 | 38 | 46 |
| Octal | 336 | 273 | 211 | 0 | 20 | 46 | 15 | 43 | 70 | 106 |
| Binary | 11011110 | 10111011 | 10001001 | 0 | 10000 | 100110 | 1101 | 100011 | 111000 | 1000110 |
Color Harmonies of #DEBB89
Complementary color
Monochromatic Colors of #DEBB89
Black with #DEBB89
Text Example
Text Example
White with #DEBB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB89; }
p { color: rgb(222,187,137); }
H1.HeaderClassName
{
color: #DEBB89;
}
.AnyTagClassName
{
color: #DEBB89;
}
</style>
background-color css
<style>
a { background-color: #DEBB89; }
a { background-color: rgb(222,187,137); }
div.DivClassName
{
background-color: #DEBB89;
}
.BgClassName
{
background-color: #DEBB89;
}
</style>
border-color css
<style>
span { border-color: #DEBB89; }
span { border-color: rgb(222,187,137); }
td.TdClassName
{
border-color: #DEBB89;
}
.TagClassName
{
border-color: #DEBB89;
}
</style>