Shades of Burning Sand #D78059
Tints of Burning Sand #D78059
RGB
CMYK
RGB Variations
Color information
#D78059 (or 0xD78059) is known color: Burning Sand. HEX triplet: D7, 80 and 59. RGB value is (215,128,89). Sum of RGB (Red+Green+Blue) = 215+128+89=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D78059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78059 is #287FA6. Grayscale: #959595. Windows color (decimal): -2654119 or 5865687. OLE color: 5865687.
HSL color Cylindrical-coordinate representation of color #D78059: hue angle of 18.57º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D78059 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 89 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.16 |
| HSL | 18.57º | 0.61% | 0.6% | - |
| HSV(B) | 18.57º | 0.59% | 0.84% | - |
| XYZ | 37.55 | 30.61 | 13.38 | - |
| YUV | 149.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 89 | 0 | 0.40 | 0.59 | 0.16 | 18.57 | 0.61 | 0.6 |
| Hex | D7 | 80 | 59 | 0 | 28 | 3B | 10 | 13 | 3D | 3C |
| Octal | 327 | 200 | 131 | 0 | 50 | 73 | 20 | 23 | 75 | 74 |
| Binary | 11010111 | 10000000 | 1011001 | 0 | 101000 | 111011 | 10000 | 10011 | 111101 | 111100 |
Color Harmonies of #D78059
Complementary color
Monochromatic Colors of #D78059
Black with #D78059
Text Example
Text Example
White with #D78059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78059; }
p { color: rgb(215,128,89); }
H1.HeaderClassName
{
color: #D78059;
}
.AnyTagClassName
{
color: #D78059;
}
</style>
background-color css
<style>
a { background-color: #D78059; }
a { background-color: rgb(215,128,89); }
div.DivClassName
{
background-color: #D78059;
}
.BgClassName
{
background-color: #D78059;
}
</style>
border-color css
<style>
span { border-color: #D78059; }
span { border-color: rgb(215,128,89); }
td.TdClassName
{
border-color: #D78059;
}
.TagClassName
{
border-color: #D78059;
}
</style>