Shades of Burning Sand #D78264
Tints of Burning Sand #D78264
RGB
CMYK
RGB Variations
Color information
#D78264 (or 0xD78264) is known color: Burning Sand. HEX triplet: D7, 82 and 64. RGB value is (215,130,100). Sum of RGB (Red+Green+Blue) = 215+130+100=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D78264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78264 is #287D9B. Grayscale: #989898. Windows color (decimal): -2653596 or 6587095. OLE color: 6587095.
HSL color Cylindrical-coordinate representation of color #D78264: hue angle of 15.65º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D78264 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 100 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.16 |
| HSL | 15.65º | 0.59% | 0.62% | - |
| HSV(B) | 15.65º | 0.53% | 0.84% | - |
| XYZ | 38.31 | 31.33 | 16.09 | - |
| YUV | 152 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 100 | 0 | 0.40 | 0.53 | 0.16 | 15.65 | 0.59 | 0.62 |
| Hex | D7 | 82 | 64 | 0 | 28 | 35 | 10 | 10 | 3B | 3E |
| Octal | 327 | 202 | 144 | 0 | 50 | 65 | 20 | 20 | 73 | 76 |
| Binary | 11010111 | 10000010 | 1100100 | 0 | 101000 | 110101 | 10000 | 10000 | 111011 | 111110 |
Color Harmonies of #D78264
Complementary color
Monochromatic Colors of #D78264
Black with #D78264
Text Example
Text Example
White with #D78264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78264; }
p { color: rgb(215,130,100); }
H1.HeaderClassName
{
color: #D78264;
}
.AnyTagClassName
{
color: #D78264;
}
</style>
background-color css
<style>
a { background-color: #D78264; }
a { background-color: rgb(215,130,100); }
div.DivClassName
{
background-color: #D78264;
}
.BgClassName
{
background-color: #D78264;
}
</style>
border-color css
<style>
span { border-color: #D78264; }
span { border-color: rgb(215,130,100); }
td.TdClassName
{
border-color: #D78264;
}
.TagClassName
{
border-color: #D78264;
}
</style>