Shades of Burning Sand #D78458
Tints of Burning Sand #D78458
RGB
CMYK
RGB Variations
Color information
#D78458 (or 0xD78458) is known color: Burning Sand. HEX triplet: D7, 84 and 58. RGB value is (215,132,88). Sum of RGB (Red+Green+Blue) = 215+132+88=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D78458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78458 is #287BA7. Grayscale: #989898. Windows color (decimal): -2653096 or 5801175. OLE color: 5801175.
HSL color Cylindrical-coordinate representation of color #D78458: hue angle of 20.79º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D78458 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 88 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.16 |
| HSL | 20.79º | 0.61% | 0.59% | - |
| HSV(B) | 20.79º | 0.59% | 0.84% | - |
| XYZ | 38.04 | 31.65 | 13.34 | - |
| YUV | 151.8 | 92 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 88 | 0 | 0.39 | 0.59 | 0.16 | 20.79 | 0.61 | 0.59 |
| Hex | D7 | 84 | 58 | 0 | 27 | 3B | 10 | 15 | 3D | 3B |
| Octal | 327 | 204 | 130 | 0 | 47 | 73 | 20 | 25 | 75 | 73 |
| Binary | 11010111 | 10000100 | 1011000 | 0 | 100111 | 111011 | 10000 | 10101 | 111101 | 111011 |
Color Harmonies of #D78458
Complementary color
Monochromatic Colors of #D78458
Black with #D78458
Text Example
Text Example
White with #D78458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78458; }
p { color: rgb(215,132,88); }
H1.HeaderClassName
{
color: #D78458;
}
.AnyTagClassName
{
color: #D78458;
}
</style>
background-color css
<style>
a { background-color: #D78458; }
a { background-color: rgb(215,132,88); }
div.DivClassName
{
background-color: #D78458;
}
.BgClassName
{
background-color: #D78458;
}
</style>
border-color css
<style>
span { border-color: #D78458; }
span { border-color: rgb(215,132,88); }
td.TdClassName
{
border-color: #D78458;
}
.TagClassName
{
border-color: #D78458;
}
</style>