Shades of Burly Wood #DBBB88
Tints of Burly Wood #DBBB88
RGB
CMYK
RGB Variations
Color information
#DBBB88 (or 0xDBBB88) is known color: Burly Wood. HEX triplet: DB, BB and 88. RGB value is (219,187,136). Sum of RGB (Red+Green+Blue) = 219+187+136=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB88 is #244477. Grayscale: #BEBEBE. Windows color (decimal): -2376824 or 8960987. OLE color: 8960987.
HSL color Cylindrical-coordinate representation of color #DBBB88: hue angle of 36.87º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBBB88 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 136 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.14 |
| HSL | 36.87º | 0.54% | 0.7% | - |
| HSV(B) | 36.87º | 0.38% | 0.86% | - |
| XYZ | 51.43 | 52.38 | 30.69 | - |
| YUV | 190.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 136 | 0 | 0.15 | 0.38 | 0.14 | 36.87 | 0.54 | 0.7 |
| Hex | DB | BB | 88 | 0 | F | 26 | E | 25 | 36 | 46 |
| Octal | 333 | 273 | 210 | 0 | 17 | 46 | 16 | 45 | 66 | 106 |
| Binary | 11011011 | 10111011 | 10001000 | 0 | 1111 | 100110 | 1110 | 100101 | 110110 | 1000110 |
Color Harmonies of #DBBB88
Complementary color
Monochromatic Colors of #DBBB88
Black with #DBBB88
Text Example
Text Example
White with #DBBB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB88; }
p { color: rgb(219,187,136); }
H1.HeaderClassName
{
color: #DBBB88;
}
.AnyTagClassName
{
color: #DBBB88;
}
</style>
background-color css
<style>
a { background-color: #DBBB88; }
a { background-color: rgb(219,187,136); }
div.DivClassName
{
background-color: #DBBB88;
}
.BgClassName
{
background-color: #DBBB88;
}
</style>
border-color css
<style>
span { border-color: #DBBB88; }
span { border-color: rgb(219,187,136); }
td.TdClassName
{
border-color: #DBBB88;
}
.TagClassName
{
border-color: #DBBB88;
}
</style>