Shades of Burning Sand #D78356
Tints of Burning Sand #D78356
RGB
CMYK
RGB Variations
Color information
#D78356 (or 0xD78356) is known color: Burning Sand. HEX triplet: D7, 83 and 56. RGB value is (215,131,86). Sum of RGB (Red+Green+Blue) = 215+131+86=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D78356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78356 is #287CA9. Grayscale: #979797. Windows color (decimal): -2653354 or 5669847. OLE color: 5669847.
HSL color Cylindrical-coordinate representation of color #D78356: hue angle of 20.93º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D78356 is Cyan = 0, Magento = 0.39, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 131 | 86 | - |
| CMYK | 0 | 0.39 | 0.6 | 0.16 |
| HSL | 20.93º | 0.62% | 0.59% | - |
| HSV(B) | 20.93º | 0.6% | 0.84% | - |
| XYZ | 37.82 | 31.35 | 12.86 | - |
| YUV | 150.99 | 91.33 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 131 | 86 | 0 | 0.39 | 0.6 | 0.16 | 20.93 | 0.62 | 0.59 |
| Hex | D7 | 83 | 56 | 0 | 27 | 3C | 10 | 15 | 3E | 3B |
| Octal | 327 | 203 | 126 | 0 | 47 | 74 | 20 | 25 | 76 | 73 |
| Binary | 11010111 | 10000011 | 1010110 | 0 | 100111 | 111100 | 10000 | 10101 | 111110 | 111011 |
Color Harmonies of #D78356
Complementary color
Monochromatic Colors of #D78356
Black with #D78356
Text Example
Text Example
White with #D78356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78356; }
p { color: rgb(215,131,86); }
H1.HeaderClassName
{
color: #D78356;
}
.AnyTagClassName
{
color: #D78356;
}
</style>
background-color css
<style>
a { background-color: #D78356; }
a { background-color: rgb(215,131,86); }
div.DivClassName
{
background-color: #D78356;
}
.BgClassName
{
background-color: #D78356;
}
</style>
border-color css
<style>
span { border-color: #D78356; }
span { border-color: rgb(215,131,86); }
td.TdClassName
{
border-color: #D78356;
}
.TagClassName
{
border-color: #D78356;
}
</style>