Shades of Burly Wood #DBB585
Tints of Burly Wood #DBB585
RGB
CMYK
RGB Variations
Color information
#DBB585 (or 0xDBB585) is known color: Burly Wood. HEX triplet: DB, B5 and 85. RGB value is (219,181,133). Sum of RGB (Red+Green+Blue) = 219+181+133=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB585 is #244A7A. Grayscale: #BBBBBB. Windows color (decimal): -2378363 or 8762843. OLE color: 8762843.
HSL color Cylindrical-coordinate representation of color #DBB585: hue angle of 33.49º 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 #DBB585 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 133 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.14 |
| HSL | 33.49º | 0.54% | 0.69% | - |
| HSV(B) | 33.49º | 0.39% | 0.86% | - |
| XYZ | 49.97 | 49.8 | 29.17 | - |
| YUV | 186.89 | 97.59 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 133 | 0 | 0.17 | 0.39 | 0.14 | 33.49 | 0.54 | 0.69 |
| Hex | DB | B5 | 85 | 0 | 11 | 27 | E | 21 | 36 | 45 |
| Octal | 333 | 265 | 205 | 0 | 21 | 47 | 16 | 41 | 66 | 105 |
| Binary | 11011011 | 10110101 | 10000101 | 0 | 10001 | 100111 | 1110 | 100001 | 110110 | 1000101 |
Color Harmonies of #DBB585
Complementary color
Monochromatic Colors of #DBB585
Black with #DBB585
Text Example
Text Example
White with #DBB585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB585; }
p { color: rgb(219,181,133); }
H1.HeaderClassName
{
color: #DBB585;
}
.AnyTagClassName
{
color: #DBB585;
}
</style>
background-color css
<style>
a { background-color: #DBB585; }
a { background-color: rgb(219,181,133); }
div.DivClassName
{
background-color: #DBB585;
}
.BgClassName
{
background-color: #DBB585;
}
</style>
border-color css
<style>
span { border-color: #DBB585; }
span { border-color: rgb(219,181,133); }
td.TdClassName
{
border-color: #DBB585;
}
.TagClassName
{
border-color: #DBB585;
}
</style>