Shades of Burly Wood #DEB98A
Tints of Burly Wood #DEB98A
RGB
CMYK
RGB Variations
Color information
#DEB98A (or 0xDEB98A) is known color: Burly Wood. HEX triplet: DE, B9 and 8A. RGB value is (222,185,138). Sum of RGB (Red+Green+Blue) = 222+185+138=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB98A is #214675. Grayscale: #BEBEBE. Windows color (decimal): -2180726 or 9091550. OLE color: 9091550.
HSL color Cylindrical-coordinate representation of color #DEB98A: hue angle of 33.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEB98A is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 185 | 138 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.13 |
| HSL | 33.57º | 0.56% | 0.71% | - |
| HSV(B) | 33.57º | 0.38% | 0.87% | - |
| XYZ | 52.06 | 52.06 | 31.35 | - |
| YUV | 190.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 185 | 138 | 0 | 0.17 | 0.38 | 0.13 | 33.57 | 0.56 | 0.71 |
| Hex | DE | B9 | 8A | 0 | 11 | 26 | D | 22 | 38 | 47 |
| Octal | 336 | 271 | 212 | 0 | 21 | 46 | 15 | 42 | 70 | 107 |
| Binary | 11011110 | 10111001 | 10001010 | 0 | 10001 | 100110 | 1101 | 100010 | 111000 | 1000111 |
Color Harmonies of #DEB98A
Complementary color
Monochromatic Colors of #DEB98A
Black with #DEB98A
Text Example
Text Example
White with #DEB98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB98A; }
p { color: rgb(222,185,138); }
H1.HeaderClassName
{
color: #DEB98A;
}
.AnyTagClassName
{
color: #DEB98A;
}
</style>
background-color css
<style>
a { background-color: #DEB98A; }
a { background-color: rgb(222,185,138); }
div.DivClassName
{
background-color: #DEB98A;
}
.BgClassName
{
background-color: #DEB98A;
}
</style>
border-color css
<style>
span { border-color: #DEB98A; }
span { border-color: rgb(222,185,138); }
td.TdClassName
{
border-color: #DEB98A;
}
.TagClassName
{
border-color: #DEB98A;
}
</style>