Shades of Burning Sand #D77A60
Tints of Burning Sand #D77A60
RGB
CMYK
RGB Variations
Color information
#D77A60 (or 0xD77A60) is known color: Burning Sand. HEX triplet: D7, 7A and 60. RGB value is (215,122,96). Sum of RGB (Red+Green+Blue) = 215+122+96=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A60 is #28859F. Grayscale: #939393. Windows color (decimal): -2655648 or 6322903. OLE color: 6322903.
HSL color Cylindrical-coordinate representation of color #D77A60: hue angle of 13.11º 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 #D77A60 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 96 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.16 |
| HSL | 13.11º | 0.6% | 0.61% | - |
| HSV(B) | 13.11º | 0.55% | 0.84% | - |
| XYZ | 37.1 | 29.21 | 14.75 | - |
| YUV | 146.84 | 99.31 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 96 | 0 | 0.43 | 0.55 | 0.16 | 13.11 | 0.6 | 0.61 |
| Hex | D7 | 7A | 60 | 0 | 2B | 37 | 10 | D | 3C | 3D |
| Octal | 327 | 172 | 140 | 0 | 53 | 67 | 20 | 15 | 74 | 75 |
| Binary | 11010111 | 1111010 | 1100000 | 0 | 101011 | 110111 | 10000 | 1101 | 111100 | 111101 |
Color Harmonies of #D77A60
Complementary color
Monochromatic Colors of #D77A60
Black with #D77A60
Text Example
Text Example
White with #D77A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A60; }
p { color: rgb(215,122,96); }
H1.HeaderClassName
{
color: #D77A60;
}
.AnyTagClassName
{
color: #D77A60;
}
</style>
background-color css
<style>
a { background-color: #D77A60; }
a { background-color: rgb(215,122,96); }
div.DivClassName
{
background-color: #D77A60;
}
.BgClassName
{
background-color: #D77A60;
}
</style>
border-color css
<style>
span { border-color: #D77A60; }
span { border-color: rgb(215,122,96); }
td.TdClassName
{
border-color: #D77A60;
}
.TagClassName
{
border-color: #D77A60;
}
</style>