Shades of Burning Sand #DB8056
Tints of Burning Sand #DB8056
RGB
CMYK
RGB Variations
Color information
#DB8056 (or 0xDB8056) is known color: Burning Sand. HEX triplet: DB, 80 and 56. RGB value is (219,128,86). Sum of RGB (Red+Green+Blue) = 219+128+86=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8056 is #247FA9. Grayscale: #969696. Windows color (decimal): -2391978 or 5669083. OLE color: 5669083.
HSL color Cylindrical-coordinate representation of color #DB8056: hue angle of 18.95º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB8056 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 86 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.14 |
| HSL | 18.95º | 0.65% | 0.6% | - |
| HSV(B) | 18.95º | 0.61% | 0.86% | - |
| XYZ | 38.61 | 31.17 | 12.79 | - |
| YUV | 150.42 | 91.65 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 86 | 0 | 0.42 | 0.61 | 0.14 | 18.95 | 0.65 | 0.6 |
| Hex | DB | 80 | 56 | 0 | 2A | 3D | E | 13 | 41 | 3C |
| Octal | 333 | 200 | 126 | 0 | 52 | 75 | 16 | 23 | 101 | 74 |
| Binary | 11011011 | 10000000 | 1010110 | 0 | 101010 | 111101 | 1110 | 10011 | 1000001 | 111100 |
Color Harmonies of #DB8056
Complementary color
Monochromatic Colors of #DB8056
Black with #DB8056
Text Example
Text Example
White with #DB8056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8056; }
p { color: rgb(219,128,86); }
H1.HeaderClassName
{
color: #DB8056;
}
.AnyTagClassName
{
color: #DB8056;
}
</style>
background-color css
<style>
a { background-color: #DB8056; }
a { background-color: rgb(219,128,86); }
div.DivClassName
{
background-color: #DB8056;
}
.BgClassName
{
background-color: #DB8056;
}
</style>
border-color css
<style>
span { border-color: #DB8056; }
span { border-color: rgb(219,128,86); }
td.TdClassName
{
border-color: #DB8056;
}
.TagClassName
{
border-color: #DB8056;
}
</style>