Shades of Burning Sand #D77B60
Tints of Burning Sand #D77B60
RGB
CMYK
RGB Variations
Color information
#D77B60 (or 0xD77B60) is known color: Burning Sand. HEX triplet: D7, 7B and 60. RGB value is (215,123,96). Sum of RGB (Red+Green+Blue) = 215+123+96=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B60 is #28849F. Grayscale: #939393. Windows color (decimal): -2655392 or 6323159. OLE color: 6323159.
HSL color Cylindrical-coordinate representation of color #D77B60: hue angle of 13.61º 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 #D77B60 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 96 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.16 |
| HSL | 13.61º | 0.6% | 0.61% | - |
| HSV(B) | 13.61º | 0.55% | 0.84% | - |
| XYZ | 37.22 | 29.46 | 14.79 | - |
| YUV | 147.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 96 | 0 | 0.43 | 0.55 | 0.16 | 13.61 | 0.6 | 0.61 |
| Hex | D7 | 7B | 60 | 0 | 2B | 37 | 10 | E | 3C | 3D |
| Octal | 327 | 173 | 140 | 0 | 53 | 67 | 20 | 16 | 74 | 75 |
| Binary | 11010111 | 1111011 | 1100000 | 0 | 101011 | 110111 | 10000 | 1110 | 111100 | 111101 |
Color Harmonies of #D77B60
Complementary color
Monochromatic Colors of #D77B60
Black with #D77B60
Text Example
Text Example
White with #D77B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B60; }
p { color: rgb(215,123,96); }
H1.HeaderClassName
{
color: #D77B60;
}
.AnyTagClassName
{
color: #D77B60;
}
</style>
background-color css
<style>
a { background-color: #D77B60; }
a { background-color: rgb(215,123,96); }
div.DivClassName
{
background-color: #D77B60;
}
.BgClassName
{
background-color: #D77B60;
}
</style>
border-color css
<style>
span { border-color: #D77B60; }
span { border-color: rgb(215,123,96); }
td.TdClassName
{
border-color: #D77B60;
}
.TagClassName
{
border-color: #D77B60;
}
</style>