Shades of Burning Sand #DB815A
Tints of Burning Sand #DB815A
RGB
CMYK
RGB Variations
Color information
#DB815A (or 0xDB815A) is known color: Burning Sand. HEX triplet: DB, 81 and 5A. RGB value is (219,129,90). Sum of RGB (Red+Green+Blue) = 219+129+90=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB815A is #247EA5. Grayscale: #979797. Windows color (decimal): -2391718 or 5931483. OLE color: 5931483.
HSL color Cylindrical-coordinate representation of color #DB815A: hue angle of 18.14º 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 #DB815A is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 90 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.14 |
| HSL | 18.14º | 0.64% | 0.61% | - |
| HSV(B) | 18.14º | 0.59% | 0.86% | - |
| XYZ | 38.91 | 31.5 | 13.7 | - |
| YUV | 151.46 | 93.32 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 90 | 0 | 0.41 | 0.59 | 0.14 | 18.14 | 0.64 | 0.61 |
| Hex | DB | 81 | 5A | 0 | 29 | 3B | E | 12 | 40 | 3D |
| Octal | 333 | 201 | 132 | 0 | 51 | 73 | 16 | 22 | 100 | 75 |
| Binary | 11011011 | 10000001 | 1011010 | 0 | 101001 | 111011 | 1110 | 10010 | 1000000 | 111101 |
Color Harmonies of #DB815A
Complementary color
Monochromatic Colors of #DB815A
Black with #DB815A
Text Example
Text Example
White with #DB815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB815A; }
p { color: rgb(219,129,90); }
H1.HeaderClassName
{
color: #DB815A;
}
.AnyTagClassName
{
color: #DB815A;
}
</style>
background-color css
<style>
a { background-color: #DB815A; }
a { background-color: rgb(219,129,90); }
div.DivClassName
{
background-color: #DB815A;
}
.BgClassName
{
background-color: #DB815A;
}
</style>
border-color css
<style>
span { border-color: #DB815A; }
span { border-color: rgb(219,129,90); }
td.TdClassName
{
border-color: #DB815A;
}
.TagClassName
{
border-color: #DB815A;
}
</style>