Shades of Burly Wood #DBB985
Tints of Burly Wood #DBB985
RGB
CMYK
RGB Variations
Color information
#DBB985 (or 0xDBB985) is known color: Burly Wood. HEX triplet: DB, B9 and 85. RGB value is (219,185,133). Sum of RGB (Red+Green+Blue) = 219+185+133=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB985 is #24467A. Grayscale: #BDBDBD. Windows color (decimal): -2377339 or 8763867. OLE color: 8763867.
HSL color Cylindrical-coordinate representation of color #DBB985: hue angle of 36.28º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBB985 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 133 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.14 |
| HSL | 36.28º | 0.54% | 0.69% | - |
| HSV(B) | 36.28º | 0.39% | 0.86% | - |
| XYZ | 50.8 | 51.45 | 29.44 | - |
| YUV | 189.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 133 | 0 | 0.16 | 0.39 | 0.14 | 36.28 | 0.54 | 0.69 |
| Hex | DB | B9 | 85 | 0 | 10 | 27 | E | 24 | 36 | 45 |
| Octal | 333 | 271 | 205 | 0 | 20 | 47 | 16 | 44 | 66 | 105 |
| Binary | 11011011 | 10111001 | 10000101 | 0 | 10000 | 100111 | 1110 | 100100 | 110110 | 1000101 |
Color Harmonies of #DBB985
Complementary color
Monochromatic Colors of #DBB985
Black with #DBB985
Text Example
Text Example
White with #DBB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB985; }
p { color: rgb(219,185,133); }
H1.HeaderClassName
{
color: #DBB985;
}
.AnyTagClassName
{
color: #DBB985;
}
</style>
background-color css
<style>
a { background-color: #DBB985; }
a { background-color: rgb(219,185,133); }
div.DivClassName
{
background-color: #DBB985;
}
.BgClassName
{
background-color: #DBB985;
}
</style>
border-color css
<style>
span { border-color: #DBB985; }
span { border-color: rgb(219,185,133); }
td.TdClassName
{
border-color: #DBB985;
}
.TagClassName
{
border-color: #DBB985;
}
</style>