Shades of Burly Wood #DEB984
Tints of Burly Wood #DEB984
RGB
CMYK
RGB Variations
Color information
#DEB984 (or 0xDEB984) is known color: Burly Wood. HEX triplet: DE, B9 and 84. RGB value is (222,185,132). Sum of RGB (Red+Green+Blue) = 222+185+132=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB984 is #21467B. Grayscale: #BEBEBE. Windows color (decimal): -2180732 or 8698334. OLE color: 8698334.
HSL color Cylindrical-coordinate representation of color #DEB984: hue angle of 35.33º 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 #DEB984 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 185 | 132 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.13 |
| HSL | 35.33º | 0.58% | 0.69% | - |
| HSV(B) | 35.33º | 0.41% | 0.87% | - |
| XYZ | 51.64 | 51.89 | 29.12 | - |
| YUV | 190.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 185 | 132 | 0 | 0.17 | 0.41 | 0.13 | 35.33 | 0.58 | 0.69 |
| Hex | DE | B9 | 84 | 0 | 11 | 29 | D | 23 | 3A | 45 |
| Octal | 336 | 271 | 204 | 0 | 21 | 51 | 15 | 43 | 72 | 105 |
| Binary | 11011110 | 10111001 | 10000100 | 0 | 10001 | 101001 | 1101 | 100011 | 111010 | 1000101 |
Color Harmonies of #DEB984
Complementary color
Monochromatic Colors of #DEB984
Black with #DEB984
Text Example
Text Example
White with #DEB984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB984; }
p { color: rgb(222,185,132); }
H1.HeaderClassName
{
color: #DEB984;
}
.AnyTagClassName
{
color: #DEB984;
}
</style>
background-color css
<style>
a { background-color: #DEB984; }
a { background-color: rgb(222,185,132); }
div.DivClassName
{
background-color: #DEB984;
}
.BgClassName
{
background-color: #DEB984;
}
</style>
border-color css
<style>
span { border-color: #DEB984; }
span { border-color: rgb(222,185,132); }
td.TdClassName
{
border-color: #DEB984;
}
.TagClassName
{
border-color: #DEB984;
}
</style>