Shades of Burning Sand #D77D59
Tints of Burning Sand #D77D59
RGB
CMYK
RGB Variations
Color information
#D77D59 (or 0xD77D59) is known color: Burning Sand. HEX triplet: D7, 7D and 59. RGB value is (215,125,89). Sum of RGB (Red+Green+Blue) = 215+125+89=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D59 is #2882A6. Grayscale: #949494. Windows color (decimal): -2654887 or 5864919. OLE color: 5864919.
HSL color Cylindrical-coordinate representation of color #D77D59: hue angle of 17.14º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D77D59 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 89 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.16 |
| HSL | 17.14º | 0.61% | 0.6% | - |
| HSV(B) | 17.14º | 0.59% | 0.84% | - |
| XYZ | 37.16 | 29.84 | 13.25 | - |
| YUV | 147.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 89 | 0 | 0.42 | 0.59 | 0.16 | 17.14 | 0.61 | 0.6 |
| Hex | D7 | 7D | 59 | 0 | 2A | 3B | 10 | 11 | 3D | 3C |
| Octal | 327 | 175 | 131 | 0 | 52 | 73 | 20 | 21 | 75 | 74 |
| Binary | 11010111 | 1111101 | 1011001 | 0 | 101010 | 111011 | 10000 | 10001 | 111101 | 111100 |
Color Harmonies of #D77D59
Complementary color
Monochromatic Colors of #D77D59
Black with #D77D59
Text Example
Text Example
White with #D77D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D59; }
p { color: rgb(215,125,89); }
H1.HeaderClassName
{
color: #D77D59;
}
.AnyTagClassName
{
color: #D77D59;
}
</style>
background-color css
<style>
a { background-color: #D77D59; }
a { background-color: rgb(215,125,89); }
div.DivClassName
{
background-color: #D77D59;
}
.BgClassName
{
background-color: #D77D59;
}
</style>
border-color css
<style>
span { border-color: #D77D59; }
span { border-color: rgb(215,125,89); }
td.TdClassName
{
border-color: #D77D59;
}
.TagClassName
{
border-color: #D77D59;
}
</style>