Shades of Burly Wood #DBBB8A
Tints of Burly Wood #DBBB8A
RGB
CMYK
RGB Variations
Color information
#DBBB8A (or 0xDBBB8A) is known color: Burly Wood. HEX triplet: DB, BB and 8A. RGB value is (219,187,138). Sum of RGB (Red+Green+Blue) = 219+187+138=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB8A is #244475. Grayscale: #BFBFBF. Windows color (decimal): -2376822 or 9092059. OLE color: 9092059.
HSL color Cylindrical-coordinate representation of color #DBBB8A: hue angle of 36.3º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBBB8A is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 138 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.14 |
| HSL | 36.3º | 0.53% | 0.7% | - |
| HSV(B) | 36.3º | 0.37% | 0.86% | - |
| XYZ | 51.57 | 52.44 | 31.45 | - |
| YUV | 190.98 | 98.1 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 138 | 0 | 0.15 | 0.37 | 0.14 | 36.3 | 0.53 | 0.7 |
| Hex | DB | BB | 8A | 0 | F | 25 | E | 24 | 35 | 46 |
| Octal | 333 | 273 | 212 | 0 | 17 | 45 | 16 | 44 | 65 | 106 |
| Binary | 11011011 | 10111011 | 10001010 | 0 | 1111 | 100101 | 1110 | 100100 | 110101 | 1000110 |
Color Harmonies of #DBBB8A
Complementary color
Monochromatic Colors of #DBBB8A
Black with #DBBB8A
Text Example
Text Example
White with #DBBB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB8A; }
p { color: rgb(219,187,138); }
H1.HeaderClassName
{
color: #DBBB8A;
}
.AnyTagClassName
{
color: #DBBB8A;
}
</style>
background-color css
<style>
a { background-color: #DBBB8A; }
a { background-color: rgb(219,187,138); }
div.DivClassName
{
background-color: #DBBB8A;
}
.BgClassName
{
background-color: #DBBB8A;
}
</style>
border-color css
<style>
span { border-color: #DBBB8A; }
span { border-color: rgb(219,187,138); }
td.TdClassName
{
border-color: #DBBB8A;
}
.TagClassName
{
border-color: #DBBB8A;
}
</style>