Shades of Burning Sand #D78259
Tints of Burning Sand #D78259
RGB
CMYK
RGB Variations
Color information
#D78259 (or 0xD78259) is known color: Burning Sand. HEX triplet: D7, 82 and 59. RGB value is (215,130,89). Sum of RGB (Red+Green+Blue) = 215+130+89=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D78259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78259 is #287DA6. Grayscale: #969696. Windows color (decimal): -2653607 or 5866199. OLE color: 5866199.
HSL color Cylindrical-coordinate representation of color #D78259: hue angle of 19.52º 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 #D78259 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 89 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.16 |
| HSL | 19.52º | 0.61% | 0.6% | - |
| HSV(B) | 19.52º | 0.59% | 0.84% | - |
| XYZ | 37.81 | 31.13 | 13.47 | - |
| YUV | 150.74 | 93.16 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 89 | 0 | 0.40 | 0.59 | 0.16 | 19.52 | 0.61 | 0.6 |
| Hex | D7 | 82 | 59 | 0 | 28 | 3B | 10 | 14 | 3D | 3C |
| Octal | 327 | 202 | 131 | 0 | 50 | 73 | 20 | 24 | 75 | 74 |
| Binary | 11010111 | 10000010 | 1011001 | 0 | 101000 | 111011 | 10000 | 10100 | 111101 | 111100 |
Color Harmonies of #D78259
Complementary color
Monochromatic Colors of #D78259
Black with #D78259
Text Example
Text Example
White with #D78259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78259; }
p { color: rgb(215,130,89); }
H1.HeaderClassName
{
color: #D78259;
}
.AnyTagClassName
{
color: #D78259;
}
</style>
background-color css
<style>
a { background-color: #D78259; }
a { background-color: rgb(215,130,89); }
div.DivClassName
{
background-color: #D78259;
}
.BgClassName
{
background-color: #D78259;
}
</style>
border-color css
<style>
span { border-color: #D78259; }
span { border-color: rgb(215,130,89); }
td.TdClassName
{
border-color: #D78259;
}
.TagClassName
{
border-color: #D78259;
}
</style>