Shades of Burning Sand #D77E66
Tints of Burning Sand #D77E66
RGB
CMYK
RGB Variations
Color information
#D77E66 (or 0xD77E66) is known color: Burning Sand. HEX triplet: D7, 7E and 66. RGB value is (215,126,102). Sum of RGB (Red+Green+Blue) = 215+126+102=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77E66 is #288199. Grayscale: #969696. Windows color (decimal): -2654618 or 6717143. OLE color: 6717143.
HSL color Cylindrical-coordinate representation of color #D77E66: hue angle of 12.74º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D77E66 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 102 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.16 |
| HSL | 12.74º | 0.59% | 0.62% | - |
| HSV(B) | 12.74º | 0.53% | 0.84% | - |
| XYZ | 37.88 | 30.33 | 16.43 | - |
| YUV | 149.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 102 | 0 | 0.41 | 0.53 | 0.16 | 12.74 | 0.59 | 0.62 |
| Hex | D7 | 7E | 66 | 0 | 29 | 35 | 10 | D | 3B | 3E |
| Octal | 327 | 176 | 146 | 0 | 51 | 65 | 20 | 15 | 73 | 76 |
| Binary | 11010111 | 1111110 | 1100110 | 0 | 101001 | 110101 | 10000 | 1101 | 111011 | 111110 |
Color Harmonies of #D77E66
Complementary color
Monochromatic Colors of #D77E66
Black with #D77E66
Text Example
Text Example
White with #D77E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E66; }
p { color: rgb(215,126,102); }
H1.HeaderClassName
{
color: #D77E66;
}
.AnyTagClassName
{
color: #D77E66;
}
</style>
background-color css
<style>
a { background-color: #D77E66; }
a { background-color: rgb(215,126,102); }
div.DivClassName
{
background-color: #D77E66;
}
.BgClassName
{
background-color: #D77E66;
}
</style>
border-color css
<style>
span { border-color: #D77E66; }
span { border-color: rgb(215,126,102); }
td.TdClassName
{
border-color: #D77E66;
}
.TagClassName
{
border-color: #D77E66;
}
</style>