Shades of Burning Sand #DB805E
Tints of Burning Sand #DB805E
RGB
CMYK
RGB Variations
Color information
#DB805E (or 0xDB805E) is known color: Burning Sand. HEX triplet: DB, 80 and 5E. RGB value is (219,128,94). Sum of RGB (Red+Green+Blue) = 219+128+94=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB805E is #247FA1. Grayscale: #979797. Windows color (decimal): -2391970 or 6193371. OLE color: 6193371.
HSL color Cylindrical-coordinate representation of color #DB805E: hue angle of 16.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB805E is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 94 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.14 |
| HSL | 16.32º | 0.63% | 0.61% | - |
| HSV(B) | 16.32º | 0.57% | 0.86% | - |
| XYZ | 38.95 | 31.31 | 14.58 | - |
| YUV | 151.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 94 | 0 | 0.42 | 0.57 | 0.14 | 16.32 | 0.63 | 0.61 |
| Hex | DB | 80 | 5E | 0 | 2A | 39 | E | 10 | 3F | 3D |
| Octal | 333 | 200 | 136 | 0 | 52 | 71 | 16 | 20 | 77 | 75 |
| Binary | 11011011 | 10000000 | 1011110 | 0 | 101010 | 111001 | 1110 | 10000 | 111111 | 111101 |
Color Harmonies of #DB805E
Complementary color
Monochromatic Colors of #DB805E
Black with #DB805E
Text Example
Text Example
White with #DB805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB805E; }
p { color: rgb(219,128,94); }
H1.HeaderClassName
{
color: #DB805E;
}
.AnyTagClassName
{
color: #DB805E;
}
</style>
background-color css
<style>
a { background-color: #DB805E; }
a { background-color: rgb(219,128,94); }
div.DivClassName
{
background-color: #DB805E;
}
.BgClassName
{
background-color: #DB805E;
}
</style>
border-color css
<style>
span { border-color: #DB805E; }
span { border-color: rgb(219,128,94); }
td.TdClassName
{
border-color: #DB805E;
}
.TagClassName
{
border-color: #DB805E;
}
</style>