Shades of Burly Wood #DBB484
Tints of Burly Wood #DBB484
RGB
CMYK
RGB Variations
Color information
#DBB484 (or 0xDBB484) is known color: Burly Wood. HEX triplet: DB, B4 and 84. RGB value is (219,180,132). Sum of RGB (Red+Green+Blue) = 219+180+132=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB484 is #244B7B. Grayscale: #BABABA. Windows color (decimal): -2378620 or 8697051. OLE color: 8697051.
HSL color Cylindrical-coordinate representation of color #DBB484: hue angle of 33.1º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBB484 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 132 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.14 |
| HSL | 33.1º | 0.55% | 0.69% | - |
| HSV(B) | 33.1º | 0.4% | 0.86% | - |
| XYZ | 49.7 | 49.37 | 28.74 | - |
| YUV | 186.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 132 | 0 | 0.18 | 0.40 | 0.14 | 33.1 | 0.55 | 0.69 |
| Hex | DB | B4 | 84 | 0 | 12 | 28 | E | 21 | 37 | 45 |
| Octal | 333 | 264 | 204 | 0 | 22 | 50 | 16 | 41 | 67 | 105 |
| Binary | 11011011 | 10110100 | 10000100 | 0 | 10010 | 101000 | 1110 | 100001 | 110111 | 1000101 |
Color Harmonies of #DBB484
Complementary color
Monochromatic Colors of #DBB484
Black with #DBB484
Text Example
Text Example
White with #DBB484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB484; }
p { color: rgb(219,180,132); }
H1.HeaderClassName
{
color: #DBB484;
}
.AnyTagClassName
{
color: #DBB484;
}
</style>
background-color css
<style>
a { background-color: #DBB484; }
a { background-color: rgb(219,180,132); }
div.DivClassName
{
background-color: #DBB484;
}
.BgClassName
{
background-color: #DBB484;
}
</style>
border-color css
<style>
span { border-color: #DBB484; }
span { border-color: rgb(219,180,132); }
td.TdClassName
{
border-color: #DBB484;
}
.TagClassName
{
border-color: #DBB484;
}
</style>