Shades of Burning Sand #DB805F
Tints of Burning Sand #DB805F
RGB
CMYK
RGB Variations
Color information
#DB805F (or 0xDB805F) is known color: Burning Sand. HEX triplet: DB, 80 and 5F. RGB value is (219,128,95). Sum of RGB (Red+Green+Blue) = 219+128+95=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB805F is #247FA0. Grayscale: #979797. Windows color (decimal): -2391969 or 6258907. OLE color: 6258907.
HSL color Cylindrical-coordinate representation of color #DB805F: hue angle of 15.97º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB805F is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 95 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.14 |
| HSL | 15.97º | 0.63% | 0.62% | - |
| HSV(B) | 15.97º | 0.57% | 0.86% | - |
| XYZ | 39 | 31.32 | 14.82 | - |
| YUV | 151.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 95 | 0 | 0.42 | 0.57 | 0.14 | 15.97 | 0.63 | 0.62 |
| Hex | DB | 80 | 5F | 0 | 2A | 39 | E | 10 | 3F | 3E |
| Octal | 333 | 200 | 137 | 0 | 52 | 71 | 16 | 20 | 77 | 76 |
| Binary | 11011011 | 10000000 | 1011111 | 0 | 101010 | 111001 | 1110 | 10000 | 111111 | 111110 |
Color Harmonies of #DB805F
Complementary color
Monochromatic Colors of #DB805F
Black with #DB805F
Text Example
Text Example
White with #DB805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB805F; }
p { color: rgb(219,128,95); }
H1.HeaderClassName
{
color: #DB805F;
}
.AnyTagClassName
{
color: #DB805F;
}
</style>
background-color css
<style>
a { background-color: #DB805F; }
a { background-color: rgb(219,128,95); }
div.DivClassName
{
background-color: #DB805F;
}
.BgClassName
{
background-color: #DB805F;
}
</style>
border-color css
<style>
span { border-color: #DB805F; }
span { border-color: rgb(219,128,95); }
td.TdClassName
{
border-color: #DB805F;
}
.TagClassName
{
border-color: #DB805F;
}
</style>