Shades of Burning Sand #DB8459
Tints of Burning Sand #DB8459
RGB
CMYK
RGB Variations
Color information
#DB8459 (or 0xDB8459) is known color: Burning Sand. HEX triplet: DB, 84 and 59. RGB value is (219,132,89). Sum of RGB (Red+Green+Blue) = 219+132+89=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8459 is #247BA6. Grayscale: #999999. Windows color (decimal): -2390951 or 5866715. OLE color: 5866715.
HSL color Cylindrical-coordinate representation of color #DB8459: hue angle of 19.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB8459 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 89 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.14 |
| HSL | 19.85º | 0.64% | 0.6% | - |
| HSV(B) | 19.85º | 0.59% | 0.86% | - |
| XYZ | 39.27 | 32.28 | 13.61 | - |
| YUV | 153.11 | 91.82 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 89 | 0 | 0.40 | 0.59 | 0.14 | 19.85 | 0.64 | 0.6 |
| Hex | DB | 84 | 59 | 0 | 28 | 3B | E | 14 | 40 | 3C |
| Octal | 333 | 204 | 131 | 0 | 50 | 73 | 16 | 24 | 100 | 74 |
| Binary | 11011011 | 10000100 | 1011001 | 0 | 101000 | 111011 | 1110 | 10100 | 1000000 | 111100 |
Color Harmonies of #DB8459
Complementary color
Monochromatic Colors of #DB8459
Black with #DB8459
Text Example
Text Example
White with #DB8459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8459; }
p { color: rgb(219,132,89); }
H1.HeaderClassName
{
color: #DB8459;
}
.AnyTagClassName
{
color: #DB8459;
}
</style>
background-color css
<style>
a { background-color: #DB8459; }
a { background-color: rgb(219,132,89); }
div.DivClassName
{
background-color: #DB8459;
}
.BgClassName
{
background-color: #DB8459;
}
</style>
border-color css
<style>
span { border-color: #DB8459; }
span { border-color: rgb(219,132,89); }
td.TdClassName
{
border-color: #DB8459;
}
.TagClassName
{
border-color: #DB8459;
}
</style>