Shades of Burning Sand #DB805D
Tints of Burning Sand #DB805D
RGB
CMYK
RGB Variations
Color information
#DB805D (or 0xDB805D) is known color: Burning Sand. HEX triplet: DB, 80 and 5D. RGB value is (219,128,93). Sum of RGB (Red+Green+Blue) = 219+128+93=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB805D is #247FA2. Grayscale: #979797. Windows color (decimal): -2391971 or 6127835. OLE color: 6127835.
HSL color Cylindrical-coordinate representation of color #DB805D: hue angle of 16.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB805D is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 93 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.14 |
| HSL | 16.67º | 0.64% | 0.61% | - |
| HSV(B) | 16.67º | 0.58% | 0.86% | - |
| XYZ | 38.91 | 31.29 | 14.34 | - |
| YUV | 151.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 93 | 0 | 0.42 | 0.58 | 0.14 | 16.67 | 0.64 | 0.61 |
| Hex | DB | 80 | 5D | 0 | 2A | 3A | E | 11 | 40 | 3D |
| Octal | 333 | 200 | 135 | 0 | 52 | 72 | 16 | 21 | 100 | 75 |
| Binary | 11011011 | 10000000 | 1011101 | 0 | 101010 | 111010 | 1110 | 10001 | 1000000 | 111101 |
Color Harmonies of #DB805D
Complementary color
Monochromatic Colors of #DB805D
Black with #DB805D
Text Example
Text Example
White with #DB805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB805D; }
p { color: rgb(219,128,93); }
H1.HeaderClassName
{
color: #DB805D;
}
.AnyTagClassName
{
color: #DB805D;
}
</style>
background-color css
<style>
a { background-color: #DB805D; }
a { background-color: rgb(219,128,93); }
div.DivClassName
{
background-color: #DB805D;
}
.BgClassName
{
background-color: #DB805D;
}
</style>
border-color css
<style>
span { border-color: #DB805D; }
span { border-color: rgb(219,128,93); }
td.TdClassName
{
border-color: #DB805D;
}
.TagClassName
{
border-color: #DB805D;
}
</style>