Shades of Burning Sand #DB7F59
Tints of Burning Sand #DB7F59
RGB
CMYK
RGB Variations
Color information
#DB7F59 (or 0xDB7F59) is known color: Burning Sand. HEX triplet: DB, 7F and 59. RGB value is (219,127,89). Sum of RGB (Red+Green+Blue) = 219+127+89=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F59 is #2480A6. Grayscale: #969696. Windows color (decimal): -2392231 or 5865435. OLE color: 5865435.
HSL color Cylindrical-coordinate representation of color #DB7F59: hue angle of 17.54º 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 #DB7F59 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 89 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.14 |
| HSL | 17.54º | 0.64% | 0.6% | - |
| HSV(B) | 17.54º | 0.59% | 0.86% | - |
| XYZ | 38.61 | 30.96 | 13.39 | - |
| YUV | 150.18 | 93.48 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 89 | 0 | 0.42 | 0.59 | 0.14 | 17.54 | 0.64 | 0.6 |
| Hex | DB | 7F | 59 | 0 | 2A | 3B | E | 12 | 40 | 3C |
| Octal | 333 | 177 | 131 | 0 | 52 | 73 | 16 | 22 | 100 | 74 |
| Binary | 11011011 | 1111111 | 1011001 | 0 | 101010 | 111011 | 1110 | 10010 | 1000000 | 111100 |
Color Harmonies of #DB7F59
Complementary color
Monochromatic Colors of #DB7F59
Black with #DB7F59
Text Example
Text Example
White with #DB7F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F59; }
p { color: rgb(219,127,89); }
H1.HeaderClassName
{
color: #DB7F59;
}
.AnyTagClassName
{
color: #DB7F59;
}
</style>
background-color css
<style>
a { background-color: #DB7F59; }
a { background-color: rgb(219,127,89); }
div.DivClassName
{
background-color: #DB7F59;
}
.BgClassName
{
background-color: #DB7F59;
}
</style>
border-color css
<style>
span { border-color: #DB7F59; }
span { border-color: rgb(219,127,89); }
td.TdClassName
{
border-color: #DB7F59;
}
.TagClassName
{
border-color: #DB7F59;
}
</style>