Shades of Burly Wood #DEBB83
Tints of Burly Wood #DEBB83
RGB
CMYK
RGB Variations
Color information
#DEBB83 (or 0xDEBB83) is known color: Burly Wood. HEX triplet: DE, BB and 83. RGB value is (222,187,131). Sum of RGB (Red+Green+Blue) = 222+187+131=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBB83 is #21447C. Grayscale: #BFBFBF. Windows color (decimal): -2180221 or 8633310. OLE color: 8633310.
HSL color Cylindrical-coordinate representation of color #DEBB83: hue angle of 36.92º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEBB83 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 131 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.13 |
| HSL | 36.92º | 0.58% | 0.69% | - |
| HSV(B) | 36.92º | 0.41% | 0.87% | - |
| XYZ | 51.99 | 52.71 | 28.91 | - |
| YUV | 191.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 131 | 0 | 0.16 | 0.41 | 0.13 | 36.92 | 0.58 | 0.69 |
| Hex | DE | BB | 83 | 0 | 10 | 29 | D | 25 | 3A | 45 |
| Octal | 336 | 273 | 203 | 0 | 20 | 51 | 15 | 45 | 72 | 105 |
| Binary | 11011110 | 10111011 | 10000011 | 0 | 10000 | 101001 | 1101 | 100101 | 111010 | 1000101 |
Color Harmonies of #DEBB83
Complementary color
Monochromatic Colors of #DEBB83
Black with #DEBB83
Text Example
Text Example
White with #DEBB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB83; }
p { color: rgb(222,187,131); }
H1.HeaderClassName
{
color: #DEBB83;
}
.AnyTagClassName
{
color: #DEBB83;
}
</style>
background-color css
<style>
a { background-color: #DEBB83; }
a { background-color: rgb(222,187,131); }
div.DivClassName
{
background-color: #DEBB83;
}
.BgClassName
{
background-color: #DEBB83;
}
</style>
border-color css
<style>
span { border-color: #DEBB83; }
span { border-color: rgb(222,187,131); }
td.TdClassName
{
border-color: #DEBB83;
}
.TagClassName
{
border-color: #DEBB83;
}
</style>