Shades of Burly Wood #DBBC88
Tints of Burly Wood #DBBC88
RGB
CMYK
RGB Variations
Color information
#DBBC88 (or 0xDBBC88) is known color: Burly Wood. HEX triplet: DB, BC and 88. RGB value is (219,188,136). Sum of RGB (Red+Green+Blue) = 219+188+136=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC88 is #244377. Grayscale: #BFBFBF. Windows color (decimal): -2376568 or 8961243. OLE color: 8961243.
HSL color Cylindrical-coordinate representation of color #DBBC88: hue angle of 37.59º 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 #DBBC88 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 136 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.14 |
| HSL | 37.59º | 0.54% | 0.7% | - |
| HSV(B) | 37.59º | 0.38% | 0.86% | - |
| XYZ | 51.64 | 52.8 | 30.76 | - |
| YUV | 191.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 136 | 0 | 0.14 | 0.38 | 0.14 | 37.59 | 0.54 | 0.7 |
| Hex | DB | BC | 88 | 0 | E | 26 | E | 26 | 36 | 46 |
| Octal | 333 | 274 | 210 | 0 | 16 | 46 | 16 | 46 | 66 | 106 |
| Binary | 11011011 | 10111100 | 10001000 | 0 | 1110 | 100110 | 1110 | 100110 | 110110 | 1000110 |
Color Harmonies of #DBBC88
Complementary color
Monochromatic Colors of #DBBC88
Black with #DBBC88
Text Example
Text Example
White with #DBBC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC88; }
p { color: rgb(219,188,136); }
H1.HeaderClassName
{
color: #DBBC88;
}
.AnyTagClassName
{
color: #DBBC88;
}
</style>
background-color css
<style>
a { background-color: #DBBC88; }
a { background-color: rgb(219,188,136); }
div.DivClassName
{
background-color: #DBBC88;
}
.BgClassName
{
background-color: #DBBC88;
}
</style>
border-color css
<style>
span { border-color: #DBBC88; }
span { border-color: rgb(219,188,136); }
td.TdClassName
{
border-color: #DBBC88;
}
.TagClassName
{
border-color: #DBBC88;
}
</style>