Shades of Burning Sand #DB8159
Tints of Burning Sand #DB8159
RGB
CMYK
RGB Variations
Color information
#DB8159 (or 0xDB8159) is known color: Burning Sand. HEX triplet: DB, 81 and 59. RGB value is (219,129,89). Sum of RGB (Red+Green+Blue) = 219+129+89=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8159 is #247EA6. Grayscale: #979797. Windows color (decimal): -2391719 or 5865947. OLE color: 5865947.
HSL color Cylindrical-coordinate representation of color #DB8159: hue angle of 18.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB8159 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 89 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.14 |
| HSL | 18.46º | 0.64% | 0.6% | - |
| HSV(B) | 18.46º | 0.59% | 0.86% | - |
| XYZ | 38.87 | 31.48 | 13.48 | - |
| YUV | 151.35 | 92.82 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 89 | 0 | 0.41 | 0.59 | 0.14 | 18.46 | 0.64 | 0.6 |
| Hex | DB | 81 | 59 | 0 | 29 | 3B | E | 12 | 40 | 3C |
| Octal | 333 | 201 | 131 | 0 | 51 | 73 | 16 | 22 | 100 | 74 |
| Binary | 11011011 | 10000001 | 1011001 | 0 | 101001 | 111011 | 1110 | 10010 | 1000000 | 111100 |
Color Harmonies of #DB8159
Complementary color
Monochromatic Colors of #DB8159
Black with #DB8159
Text Example
Text Example
White with #DB8159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8159; }
p { color: rgb(219,129,89); }
H1.HeaderClassName
{
color: #DB8159;
}
.AnyTagClassName
{
color: #DB8159;
}
</style>
background-color css
<style>
a { background-color: #DB8159; }
a { background-color: rgb(219,129,89); }
div.DivClassName
{
background-color: #DB8159;
}
.BgClassName
{
background-color: #DB8159;
}
</style>
border-color css
<style>
span { border-color: #DB8159; }
span { border-color: rgb(219,129,89); }
td.TdClassName
{
border-color: #DB8159;
}
.TagClassName
{
border-color: #DB8159;
}
</style>