Shades of Burning Sand #DB815D
Tints of Burning Sand #DB815D
RGB
CMYK
RGB Variations
Color information
#DB815D (or 0xDB815D) is known color: Burning Sand. HEX triplet: DB, 81 and 5D. RGB value is (219,129,93). Sum of RGB (Red+Green+Blue) = 219+129+93=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB815D is #247EA2. Grayscale: #989898. Windows color (decimal): -2391715 or 6128091. OLE color: 6128091.
HSL color Cylindrical-coordinate representation of color #DB815D: hue angle of 17.14º 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 #DB815D is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 93 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.14 |
| HSL | 17.14º | 0.64% | 0.61% | - |
| HSV(B) | 17.14º | 0.58% | 0.86% | - |
| XYZ | 39.04 | 31.55 | 14.39 | - |
| YUV | 151.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 93 | 0 | 0.41 | 0.58 | 0.14 | 17.14 | 0.64 | 0.61 |
| Hex | DB | 81 | 5D | 0 | 29 | 3A | E | 11 | 40 | 3D |
| Octal | 333 | 201 | 135 | 0 | 51 | 72 | 16 | 21 | 100 | 75 |
| Binary | 11011011 | 10000001 | 1011101 | 0 | 101001 | 111010 | 1110 | 10001 | 1000000 | 111101 |
Color Harmonies of #DB815D
Complementary color
Monochromatic Colors of #DB815D
Black with #DB815D
Text Example
Text Example
White with #DB815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB815D; }
p { color: rgb(219,129,93); }
H1.HeaderClassName
{
color: #DB815D;
}
.AnyTagClassName
{
color: #DB815D;
}
</style>
background-color css
<style>
a { background-color: #DB815D; }
a { background-color: rgb(219,129,93); }
div.DivClassName
{
background-color: #DB815D;
}
.BgClassName
{
background-color: #DB815D;
}
</style>
border-color css
<style>
span { border-color: #DB815D; }
span { border-color: rgb(219,129,93); }
td.TdClassName
{
border-color: #DB815D;
}
.TagClassName
{
border-color: #DB815D;
}
</style>