Shades of Burning Sand #D77D5E
Tints of Burning Sand #D77D5E
RGB
CMYK
RGB Variations
Color information
#D77D5E (or 0xD77D5E) is known color: Burning Sand. HEX triplet: D7, 7D and 5E. RGB value is (215,125,94). Sum of RGB (Red+Green+Blue) = 215+125+94=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D5E is #2882A1. Grayscale: #949494. Windows color (decimal): -2654882 or 6192599. OLE color: 6192599.
HSL color Cylindrical-coordinate representation of color #D77D5E: hue angle of 15.37º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D77D5E is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 94 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.16 |
| HSL | 15.37º | 0.6% | 0.61% | - |
| HSV(B) | 15.37º | 0.56% | 0.84% | - |
| XYZ | 37.38 | 29.92 | 14.4 | - |
| YUV | 148.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 94 | 0 | 0.42 | 0.56 | 0.16 | 15.37 | 0.6 | 0.61 |
| Hex | D7 | 7D | 5E | 0 | 2A | 38 | 10 | F | 3C | 3D |
| Octal | 327 | 175 | 136 | 0 | 52 | 70 | 20 | 17 | 74 | 75 |
| Binary | 11010111 | 1111101 | 1011110 | 0 | 101010 | 111000 | 10000 | 1111 | 111100 | 111101 |
Color Harmonies of #D77D5E
Complementary color
Monochromatic Colors of #D77D5E
Black with #D77D5E
Text Example
Text Example
White with #D77D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D5E; }
p { color: rgb(215,125,94); }
H1.HeaderClassName
{
color: #D77D5E;
}
.AnyTagClassName
{
color: #D77D5E;
}
</style>
background-color css
<style>
a { background-color: #D77D5E; }
a { background-color: rgb(215,125,94); }
div.DivClassName
{
background-color: #D77D5E;
}
.BgClassName
{
background-color: #D77D5E;
}
</style>
border-color css
<style>
span { border-color: #D77D5E; }
span { border-color: rgb(215,125,94); }
td.TdClassName
{
border-color: #D77D5E;
}
.TagClassName
{
border-color: #D77D5E;
}
</style>