Shades of Burning Sand #D77E55
Tints of Burning Sand #D77E55
RGB
CMYK
RGB Variations
Color information
#D77E55 (or 0xD77E55) is known color: Burning Sand. HEX triplet: D7, 7E and 55. RGB value is (215,126,85). Sum of RGB (Red+Green+Blue) = 215+126+85=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77E55 is #2881AA. Grayscale: #949494. Windows color (decimal): -2654635 or 5603031. OLE color: 5603031.
HSL color Cylindrical-coordinate representation of color #D77E55: hue angle of 18.92º 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 #D77E55 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 85 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.16 |
| HSL | 18.92º | 0.62% | 0.59% | - |
| HSV(B) | 18.92º | 0.6% | 0.84% | - |
| XYZ | 37.12 | 30.02 | 12.43 | - |
| YUV | 147.94 | 92.49 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 85 | 0 | 0.41 | 0.60 | 0.16 | 18.92 | 0.62 | 0.59 |
| Hex | D7 | 7E | 55 | 0 | 29 | 3C | 10 | 13 | 3E | 3B |
| Octal | 327 | 176 | 125 | 0 | 51 | 74 | 20 | 23 | 76 | 73 |
| Binary | 11010111 | 1111110 | 1010101 | 0 | 101001 | 111100 | 10000 | 10011 | 111110 | 111011 |
Color Harmonies of #D77E55
Complementary color
Monochromatic Colors of #D77E55
Black with #D77E55
Text Example
Text Example
White with #D77E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E55; }
p { color: rgb(215,126,85); }
H1.HeaderClassName
{
color: #D77E55;
}
.AnyTagClassName
{
color: #D77E55;
}
</style>
background-color css
<style>
a { background-color: #D77E55; }
a { background-color: rgb(215,126,85); }
div.DivClassName
{
background-color: #D77E55;
}
.BgClassName
{
background-color: #D77E55;
}
</style>
border-color css
<style>
span { border-color: #D77E55; }
span { border-color: rgb(215,126,85); }
td.TdClassName
{
border-color: #D77E55;
}
.TagClassName
{
border-color: #D77E55;
}
</style>