Shades of Burning Sand #D78363
Tints of Burning Sand #D78363
RGB
CMYK
RGB Variations
Color information
#D78363 (or 0xD78363) is known color: Burning Sand. HEX triplet: D7, 83 and 63. RGB value is (215,131,99). Sum of RGB (Red+Green+Blue) = 215+131+99=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D78363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78363 is #287C9C. Grayscale: #989898. Windows color (decimal): -2653341 or 6521815. OLE color: 6521815.
HSL color Cylindrical-coordinate representation of color #D78363: hue angle of 16.55º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D78363 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 131 | 99 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.16 |
| HSL | 16.55º | 0.59% | 0.62% | - |
| HSV(B) | 16.55º | 0.54% | 0.84% | - |
| XYZ | 38.39 | 31.58 | 15.88 | - |
| YUV | 152.47 | 97.83 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 131 | 99 | 0 | 0.39 | 0.54 | 0.16 | 16.55 | 0.59 | 0.62 |
| Hex | D7 | 83 | 63 | 0 | 27 | 36 | 10 | 11 | 3B | 3E |
| Octal | 327 | 203 | 143 | 0 | 47 | 66 | 20 | 21 | 73 | 76 |
| Binary | 11010111 | 10000011 | 1100011 | 0 | 100111 | 110110 | 10000 | 10001 | 111011 | 111110 |
Color Harmonies of #D78363
Complementary color
Monochromatic Colors of #D78363
Black with #D78363
Text Example
Text Example
White with #D78363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78363; }
p { color: rgb(215,131,99); }
H1.HeaderClassName
{
color: #D78363;
}
.AnyTagClassName
{
color: #D78363;
}
</style>
background-color css
<style>
a { background-color: #D78363; }
a { background-color: rgb(215,131,99); }
div.DivClassName
{
background-color: #D78363;
}
.BgClassName
{
background-color: #D78363;
}
</style>
border-color css
<style>
span { border-color: #D78363; }
span { border-color: rgb(215,131,99); }
td.TdClassName
{
border-color: #D78363;
}
.TagClassName
{
border-color: #D78363;
}
</style>