Shades of Burning Sand #D78063
Tints of Burning Sand #D78063
RGB
CMYK
RGB Variations
Color information
#D78063 (or 0xD78063) is known color: Burning Sand. HEX triplet: D7, 80 and 63. RGB value is (215,128,99). Sum of RGB (Red+Green+Blue) = 215+128+99=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D78063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78063 is #287F9C. Grayscale: #969696. Windows color (decimal): -2654109 or 6521047. OLE color: 6521047.
HSL color Cylindrical-coordinate representation of color #D78063: hue angle of 15º 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 #D78063 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 99 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.16 |
| HSL | 15º | 0.59% | 0.62% | - |
| HSV(B) | 15º | 0.54% | 0.84% | - |
| XYZ | 38 | 30.79 | 15.74 | - |
| YUV | 150.71 | 98.82 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 99 | 0 | 0.40 | 0.54 | 0.16 | 15 | 0.59 | 0.62 |
| Hex | D7 | 80 | 63 | 0 | 28 | 36 | 10 | F | 3B | 3E |
| Octal | 327 | 200 | 143 | 0 | 50 | 66 | 20 | 17 | 73 | 76 |
| Binary | 11010111 | 10000000 | 1100011 | 0 | 101000 | 110110 | 10000 | 1111 | 111011 | 111110 |
Color Harmonies of #D78063
Complementary color
Monochromatic Colors of #D78063
Black with #D78063
Text Example
Text Example
White with #D78063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78063; }
p { color: rgb(215,128,99); }
H1.HeaderClassName
{
color: #D78063;
}
.AnyTagClassName
{
color: #D78063;
}
</style>
background-color css
<style>
a { background-color: #D78063; }
a { background-color: rgb(215,128,99); }
div.DivClassName
{
background-color: #D78063;
}
.BgClassName
{
background-color: #D78063;
}
</style>
border-color css
<style>
span { border-color: #D78063; }
span { border-color: rgb(215,128,99); }
td.TdClassName
{
border-color: #D78063;
}
.TagClassName
{
border-color: #D78063;
}
</style>