Shades of Burly Wood #DBBB8C
Tints of Burly Wood #DBBB8C
RGB
CMYK
RGB Variations
Color information
#DBBB8C (or 0xDBBB8C) is known color: Burly Wood. HEX triplet: DB, BB and 8C. RGB value is (219,187,140). Sum of RGB (Red+Green+Blue) = 219+187+140=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB8C is #244473. Grayscale: #BFBFBF. Windows color (decimal): -2376820 or 9223131. OLE color: 9223131.
HSL color Cylindrical-coordinate representation of color #DBBB8C: hue angle of 35.7º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBBB8C is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 140 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.14 |
| HSL | 35.7º | 0.52% | 0.7% | - |
| HSV(B) | 35.7º | 0.36% | 0.86% | - |
| XYZ | 51.72 | 52.49 | 32.22 | - |
| YUV | 191.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 140 | 0 | 0.15 | 0.36 | 0.14 | 35.7 | 0.52 | 0.7 |
| Hex | DB | BB | 8C | 0 | F | 24 | E | 24 | 34 | 46 |
| Octal | 333 | 273 | 214 | 0 | 17 | 44 | 16 | 44 | 64 | 106 |
| Binary | 11011011 | 10111011 | 10001100 | 0 | 1111 | 100100 | 1110 | 100100 | 110100 | 1000110 |
Color Harmonies of #DBBB8C
Complementary color
Monochromatic Colors of #DBBB8C
Black with #DBBB8C
Text Example
Text Example
White with #DBBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB8C; }
p { color: rgb(219,187,140); }
H1.HeaderClassName
{
color: #DBBB8C;
}
.AnyTagClassName
{
color: #DBBB8C;
}
</style>
background-color css
<style>
a { background-color: #DBBB8C; }
a { background-color: rgb(219,187,140); }
div.DivClassName
{
background-color: #DBBB8C;
}
.BgClassName
{
background-color: #DBBB8C;
}
</style>
border-color css
<style>
span { border-color: #DBBB8C; }
span { border-color: rgb(219,187,140); }
td.TdClassName
{
border-color: #DBBB8C;
}
.TagClassName
{
border-color: #DBBB8C;
}
</style>