Shades of Burning Sand #D77964
Tints of Burning Sand #D77964
RGB
CMYK
RGB Variations
Color information
#D77964 (or 0xD77964) is known color: Burning Sand. HEX triplet: D7, 79 and 64. RGB value is (215,121,100). Sum of RGB (Red+Green+Blue) = 215+121+100=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D77964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77964 is #28869B. Grayscale: #929292. Windows color (decimal): -2655900 or 6584791. OLE color: 6584791.
HSL color Cylindrical-coordinate representation of color #D77964: hue angle of 10.96º 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 #D77964 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 100 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.16 |
| HSL | 10.96º | 0.59% | 0.62% | - |
| HSV(B) | 10.96º | 0.53% | 0.84% | - |
| XYZ | 37.16 | 29.04 | 15.7 | - |
| YUV | 146.71 | 101.64 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 100 | 0 | 0.44 | 0.53 | 0.16 | 10.96 | 0.59 | 0.62 |
| Hex | D7 | 79 | 64 | 0 | 2C | 35 | 10 | B | 3B | 3E |
| Octal | 327 | 171 | 144 | 0 | 54 | 65 | 20 | 13 | 73 | 76 |
| Binary | 11010111 | 1111001 | 1100100 | 0 | 101100 | 110101 | 10000 | 1011 | 111011 | 111110 |
Color Harmonies of #D77964
Complementary color
Monochromatic Colors of #D77964
Black with #D77964
Text Example
Text Example
White with #D77964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77964; }
p { color: rgb(215,121,100); }
H1.HeaderClassName
{
color: #D77964;
}
.AnyTagClassName
{
color: #D77964;
}
</style>
background-color css
<style>
a { background-color: #D77964; }
a { background-color: rgb(215,121,100); }
div.DivClassName
{
background-color: #D77964;
}
.BgClassName
{
background-color: #D77964;
}
</style>
border-color css
<style>
span { border-color: #D77964; }
span { border-color: rgb(215,121,100); }
td.TdClassName
{
border-color: #D77964;
}
.TagClassName
{
border-color: #D77964;
}
</style>