Shades of Burning Sand #D77D5B
Tints of Burning Sand #D77D5B
RGB
CMYK
RGB Variations
Color information
#D77D5B (or 0xD77D5B) is known color: Burning Sand. HEX triplet: D7, 7D and 5B. RGB value is (215,125,91). Sum of RGB (Red+Green+Blue) = 215+125+91=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D5B is #2882A4. Grayscale: #949494. Windows color (decimal): -2654885 or 5995991. OLE color: 5995991.
HSL color Cylindrical-coordinate representation of color #D77D5B: hue angle of 16.45º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D77D5B is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 91 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.16 |
| HSL | 16.45º | 0.61% | 0.6% | - |
| HSV(B) | 16.45º | 0.58% | 0.84% | - |
| XYZ | 37.25 | 29.87 | 13.7 | - |
| YUV | 148.03 | 95.82 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 91 | 0 | 0.42 | 0.58 | 0.16 | 16.45 | 0.61 | 0.6 |
| Hex | D7 | 7D | 5B | 0 | 2A | 3A | 10 | 10 | 3D | 3C |
| Octal | 327 | 175 | 133 | 0 | 52 | 72 | 20 | 20 | 75 | 74 |
| Binary | 11010111 | 1111101 | 1011011 | 0 | 101010 | 111010 | 10000 | 10000 | 111101 | 111100 |
Color Harmonies of #D77D5B
Complementary color
Monochromatic Colors of #D77D5B
Black with #D77D5B
Text Example
Text Example
White with #D77D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D5B; }
p { color: rgb(215,125,91); }
H1.HeaderClassName
{
color: #D77D5B;
}
.AnyTagClassName
{
color: #D77D5B;
}
</style>
background-color css
<style>
a { background-color: #D77D5B; }
a { background-color: rgb(215,125,91); }
div.DivClassName
{
background-color: #D77D5B;
}
.BgClassName
{
background-color: #D77D5B;
}
</style>
border-color css
<style>
span { border-color: #D77D5B; }
span { border-color: rgb(215,125,91); }
td.TdClassName
{
border-color: #D77D5B;
}
.TagClassName
{
border-color: #D77D5B;
}
</style>