Shades of Burning Sand #D77D57
Tints of Burning Sand #D77D57
RGB
CMYK
RGB Variations
Color information
#D77D57 (or 0xD77D57) is known color: Burning Sand. HEX triplet: D7, 7D and 57. RGB value is (215,125,87). Sum of RGB (Red+Green+Blue) = 215+125+87=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D57 is #2882A8. Grayscale: #939393. Windows color (decimal): -2654889 or 5733847. OLE color: 5733847.
HSL color Cylindrical-coordinate representation of color #D77D57: hue angle of 17.81º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D77D57 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 87 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.16 |
| HSL | 17.81º | 0.62% | 0.59% | - |
| HSV(B) | 17.81º | 0.6% | 0.84% | - |
| XYZ | 37.08 | 29.8 | 12.82 | - |
| YUV | 147.58 | 93.82 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 87 | 0 | 0.42 | 0.60 | 0.16 | 17.81 | 0.62 | 0.59 |
| Hex | D7 | 7D | 57 | 0 | 2A | 3C | 10 | 12 | 3E | 3B |
| Octal | 327 | 175 | 127 | 0 | 52 | 74 | 20 | 22 | 76 | 73 |
| Binary | 11010111 | 1111101 | 1010111 | 0 | 101010 | 111100 | 10000 | 10010 | 111110 | 111011 |
Color Harmonies of #D77D57
Complementary color
Monochromatic Colors of #D77D57
Black with #D77D57
Text Example
Text Example
White with #D77D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D57; }
p { color: rgb(215,125,87); }
H1.HeaderClassName
{
color: #D77D57;
}
.AnyTagClassName
{
color: #D77D57;
}
</style>
background-color css
<style>
a { background-color: #D77D57; }
a { background-color: rgb(215,125,87); }
div.DivClassName
{
background-color: #D77D57;
}
.BgClassName
{
background-color: #D77D57;
}
</style>
border-color css
<style>
span { border-color: #D77D57; }
span { border-color: rgb(215,125,87); }
td.TdClassName
{
border-color: #D77D57;
}
.TagClassName
{
border-color: #D77D57;
}
</style>