Shades of Burning Sand #D77C60
Tints of Burning Sand #D77C60
RGB
CMYK
RGB Variations
Color information
#D77C60 (or 0xD77C60) is known color: Burning Sand. HEX triplet: D7, 7C and 60. RGB value is (215,124,96). Sum of RGB (Red+Green+Blue) = 215+124+96=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77C60 is #28839F. Grayscale: #949494. Windows color (decimal): -2655136 or 6323415. OLE color: 6323415.
HSL color Cylindrical-coordinate representation of color #D77C60: hue angle of 14.12º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D77C60 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 96 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.16 |
| HSL | 14.12º | 0.6% | 0.61% | - |
| HSV(B) | 14.12º | 0.55% | 0.84% | - |
| XYZ | 37.34 | 29.71 | 14.83 | - |
| YUV | 148.02 | 98.65 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 96 | 0 | 0.42 | 0.55 | 0.16 | 14.12 | 0.6 | 0.61 |
| Hex | D7 | 7C | 60 | 0 | 2A | 37 | 10 | E | 3C | 3D |
| Octal | 327 | 174 | 140 | 0 | 52 | 67 | 20 | 16 | 74 | 75 |
| Binary | 11010111 | 1111100 | 1100000 | 0 | 101010 | 110111 | 10000 | 1110 | 111100 | 111101 |
Color Harmonies of #D77C60
Complementary color
Monochromatic Colors of #D77C60
Black with #D77C60
Text Example
Text Example
White with #D77C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C60; }
p { color: rgb(215,124,96); }
H1.HeaderClassName
{
color: #D77C60;
}
.AnyTagClassName
{
color: #D77C60;
}
</style>
background-color css
<style>
a { background-color: #D77C60; }
a { background-color: rgb(215,124,96); }
div.DivClassName
{
background-color: #D77C60;
}
.BgClassName
{
background-color: #D77C60;
}
</style>
border-color css
<style>
span { border-color: #D77C60; }
span { border-color: rgb(215,124,96); }
td.TdClassName
{
border-color: #D77C60;
}
.TagClassName
{
border-color: #D77C60;
}
</style>