Shades of Burly Wood #DBBC8C
Tints of Burly Wood #DBBC8C
RGB
CMYK
RGB Variations
Color information
#DBBC8C (or 0xDBBC8C) is known color: Burly Wood. HEX triplet: DB, BC and 8C. RGB value is (219,188,140). Sum of RGB (Red+Green+Blue) = 219+188+140=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC8C is #244373. Grayscale: #C0C0C0. Windows color (decimal): -2376564 or 9223387. OLE color: 9223387.
HSL color Cylindrical-coordinate representation of color #DBBC8C: hue angle of 36.46º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBBC8C is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 140 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.14 |
| HSL | 36.46º | 0.52% | 0.7% | - |
| HSV(B) | 36.46º | 0.36% | 0.86% | - |
| XYZ | 51.93 | 52.92 | 32.29 | - |
| YUV | 191.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 140 | 0 | 0.14 | 0.36 | 0.14 | 36.46 | 0.52 | 0.7 |
| Hex | DB | BC | 8C | 0 | E | 24 | E | 24 | 34 | 46 |
| Octal | 333 | 274 | 214 | 0 | 16 | 44 | 16 | 44 | 64 | 106 |
| Binary | 11011011 | 10111100 | 10001100 | 0 | 1110 | 100100 | 1110 | 100100 | 110100 | 1000110 |
Color Harmonies of #DBBC8C
Complementary color
Monochromatic Colors of #DBBC8C
Black with #DBBC8C
Text Example
Text Example
White with #DBBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC8C; }
p { color: rgb(219,188,140); }
H1.HeaderClassName
{
color: #DBBC8C;
}
.AnyTagClassName
{
color: #DBBC8C;
}
</style>
background-color css
<style>
a { background-color: #DBBC8C; }
a { background-color: rgb(219,188,140); }
div.DivClassName
{
background-color: #DBBC8C;
}
.BgClassName
{
background-color: #DBBC8C;
}
</style>
border-color css
<style>
span { border-color: #DBBC8C; }
span { border-color: rgb(219,188,140); }
td.TdClassName
{
border-color: #DBBC8C;
}
.TagClassName
{
border-color: #DBBC8C;
}
</style>