Shades of Burly Wood #DBC090
Tints of Burly Wood #DBC090
RGB
CMYK
RGB Variations
Color information
#DBC090 (or 0xDBC090) is known color: Burly Wood. HEX triplet: DB, C0 and 90. RGB value is (219,192,144). Sum of RGB (Red+Green+Blue) = 219+192+144=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC090 is #243F6F. Grayscale: #C2C2C2. Windows color (decimal): -2375536 or 9486555. OLE color: 9486555.
HSL color Cylindrical-coordinate representation of color #DBC090: hue angle of 38.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBC090 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 144 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.14 |
| HSL | 38.4º | 0.51% | 0.71% | - |
| HSV(B) | 38.4º | 0.34% | 0.86% | - |
| XYZ | 53.1 | 54.77 | 34.16 | - |
| YUV | 194.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 144 | 0 | 0.12 | 0.34 | 0.14 | 38.4 | 0.51 | 0.71 |
| Hex | DB | C0 | 90 | 0 | C | 22 | E | 26 | 33 | 47 |
| Octal | 333 | 300 | 220 | 0 | 14 | 42 | 16 | 46 | 63 | 107 |
| Binary | 11011011 | 11000000 | 10010000 | 0 | 1100 | 100010 | 1110 | 100110 | 110011 | 1000111 |
Color Harmonies of #DBC090
Complementary color
Monochromatic Colors of #DBC090
Black with #DBC090
Text Example
Text Example
White with #DBC090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC090; }
p { color: rgb(219,192,144); }
H1.HeaderClassName
{
color: #DBC090;
}
.AnyTagClassName
{
color: #DBC090;
}
</style>
background-color css
<style>
a { background-color: #DBC090; }
a { background-color: rgb(219,192,144); }
div.DivClassName
{
background-color: #DBC090;
}
.BgClassName
{
background-color: #DBC090;
}
</style>
border-color css
<style>
span { border-color: #DBC090; }
span { border-color: rgb(219,192,144); }
td.TdClassName
{
border-color: #DBC090;
}
.TagClassName
{
border-color: #DBC090;
}
</style>