Shades of Burning Sand #DB805A
Tints of Burning Sand #DB805A
RGB
CMYK
RGB Variations
Color information
#DB805A (or 0xDB805A) is known color: Burning Sand. HEX triplet: DB, 80 and 5A. RGB value is (219,128,90). Sum of RGB (Red+Green+Blue) = 219+128+90=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB805A is #247FA5. Grayscale: #979797. Windows color (decimal): -2391974 or 5931227. OLE color: 5931227.
HSL color Cylindrical-coordinate representation of color #DB805A: hue angle of 17.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB805A is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 90 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.14 |
| HSL | 17.67º | 0.64% | 0.61% | - |
| HSV(B) | 17.67º | 0.59% | 0.86% | - |
| XYZ | 38.78 | 31.24 | 13.66 | - |
| YUV | 150.88 | 93.65 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 90 | 0 | 0.42 | 0.59 | 0.14 | 17.67 | 0.64 | 0.61 |
| Hex | DB | 80 | 5A | 0 | 2A | 3B | E | 12 | 40 | 3D |
| Octal | 333 | 200 | 132 | 0 | 52 | 73 | 16 | 22 | 100 | 75 |
| Binary | 11011011 | 10000000 | 1011010 | 0 | 101010 | 111011 | 1110 | 10010 | 1000000 | 111101 |
Color Harmonies of #DB805A
Complementary color
Monochromatic Colors of #DB805A
Black with #DB805A
Text Example
Text Example
White with #DB805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB805A; }
p { color: rgb(219,128,90); }
H1.HeaderClassName
{
color: #DB805A;
}
.AnyTagClassName
{
color: #DB805A;
}
</style>
background-color css
<style>
a { background-color: #DB805A; }
a { background-color: rgb(219,128,90); }
div.DivClassName
{
background-color: #DB805A;
}
.BgClassName
{
background-color: #DB805A;
}
</style>
border-color css
<style>
span { border-color: #DB805A; }
span { border-color: rgb(219,128,90); }
td.TdClassName
{
border-color: #DB805A;
}
.TagClassName
{
border-color: #DB805A;
}
</style>