Shades of Burning Sand #D77F60
Tints of Burning Sand #D77F60
RGB
CMYK
RGB Variations
Color information
#D77F60 (or 0xD77F60) is known color: Burning Sand. HEX triplet: D7, 7F and 60. RGB value is (215,127,96). Sum of RGB (Red+Green+Blue) = 215+127+96=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77F60 is #28809F. Grayscale: #959595. Windows color (decimal): -2654368 or 6324183. OLE color: 6324183.
HSL color Cylindrical-coordinate representation of color #D77F60: hue angle of 15.63º 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 #D77F60 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 96 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.16 |
| HSL | 15.63º | 0.6% | 0.61% | - |
| HSV(B) | 15.63º | 0.55% | 0.84% | - |
| XYZ | 37.73 | 30.47 | 14.96 | - |
| YUV | 149.78 | 97.65 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 96 | 0 | 0.41 | 0.55 | 0.16 | 15.63 | 0.6 | 0.61 |
| Hex | D7 | 7F | 60 | 0 | 29 | 37 | 10 | 10 | 3C | 3D |
| Octal | 327 | 177 | 140 | 0 | 51 | 67 | 20 | 20 | 74 | 75 |
| Binary | 11010111 | 1111111 | 1100000 | 0 | 101001 | 110111 | 10000 | 10000 | 111100 | 111101 |
Color Harmonies of #D77F60
Complementary color
Monochromatic Colors of #D77F60
Black with #D77F60
Text Example
Text Example
White with #D77F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F60; }
p { color: rgb(215,127,96); }
H1.HeaderClassName
{
color: #D77F60;
}
.AnyTagClassName
{
color: #D77F60;
}
</style>
background-color css
<style>
a { background-color: #D77F60; }
a { background-color: rgb(215,127,96); }
div.DivClassName
{
background-color: #D77F60;
}
.BgClassName
{
background-color: #D77F60;
}
</style>
border-color css
<style>
span { border-color: #D77F60; }
span { border-color: rgb(215,127,96); }
td.TdClassName
{
border-color: #D77F60;
}
.TagClassName
{
border-color: #D77F60;
}
</style>