Shades of Burning Sand #D77E57
Tints of Burning Sand #D77E57
RGB
CMYK
RGB Variations
Color information
#D77E57 (or 0xD77E57) is known color: Burning Sand. HEX triplet: D7, 7E and 57. RGB value is (215,126,87). Sum of RGB (Red+Green+Blue) = 215+126+87=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77E57 is #2881A8. Grayscale: #949494. Windows color (decimal): -2654633 or 5734103. OLE color: 5734103.
HSL color Cylindrical-coordinate representation of color #D77E57: hue angle of 18.28º 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 #D77E57 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 87 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.16 |
| HSL | 18.28º | 0.62% | 0.59% | - |
| HSV(B) | 18.28º | 0.6% | 0.84% | - |
| XYZ | 37.21 | 30.06 | 12.86 | - |
| YUV | 148.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 87 | 0 | 0.41 | 0.60 | 0.16 | 18.28 | 0.62 | 0.59 |
| Hex | D7 | 7E | 57 | 0 | 29 | 3C | 10 | 12 | 3E | 3B |
| Octal | 327 | 176 | 127 | 0 | 51 | 74 | 20 | 22 | 76 | 73 |
| Binary | 11010111 | 1111110 | 1010111 | 0 | 101001 | 111100 | 10000 | 10010 | 111110 | 111011 |
Color Harmonies of #D77E57
Complementary color
Monochromatic Colors of #D77E57
Black with #D77E57
Text Example
Text Example
White with #D77E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E57; }
p { color: rgb(215,126,87); }
H1.HeaderClassName
{
color: #D77E57;
}
.AnyTagClassName
{
color: #D77E57;
}
</style>
background-color css
<style>
a { background-color: #D77E57; }
a { background-color: rgb(215,126,87); }
div.DivClassName
{
background-color: #D77E57;
}
.BgClassName
{
background-color: #D77E57;
}
</style>
border-color css
<style>
span { border-color: #D77E57; }
span { border-color: rgb(215,126,87); }
td.TdClassName
{
border-color: #D77E57;
}
.TagClassName
{
border-color: #D77E57;
}
</style>