Shades of Burning Sand #D77F61
Tints of Burning Sand #D77F61
RGB
CMYK
RGB Variations
Color information
#D77F61 (or 0xD77F61) is known color: Burning Sand. HEX triplet: D7, 7F and 61. RGB value is (215,127,97). Sum of RGB (Red+Green+Blue) = 215+127+97=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77F61 is #28809E. Grayscale: #969696. Windows color (decimal): -2654367 or 6389719. OLE color: 6389719.
HSL color Cylindrical-coordinate representation of color #D77F61: hue angle of 15.25º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D77F61 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 97 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.16 |
| HSL | 15.25º | 0.6% | 0.61% | - |
| HSV(B) | 15.25º | 0.55% | 0.84% | - |
| XYZ | 37.77 | 30.49 | 15.2 | - |
| YUV | 149.89 | 98.15 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 97 | 0 | 0.41 | 0.55 | 0.16 | 15.25 | 0.6 | 0.61 |
| Hex | D7 | 7F | 61 | 0 | 29 | 37 | 10 | F | 3C | 3D |
| Octal | 327 | 177 | 141 | 0 | 51 | 67 | 20 | 17 | 74 | 75 |
| Binary | 11010111 | 1111111 | 1100001 | 0 | 101001 | 110111 | 10000 | 1111 | 111100 | 111101 |
Color Harmonies of #D77F61
Complementary color
Monochromatic Colors of #D77F61
Black with #D77F61
Text Example
Text Example
White with #D77F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F61; }
p { color: rgb(215,127,97); }
H1.HeaderClassName
{
color: #D77F61;
}
.AnyTagClassName
{
color: #D77F61;
}
</style>
background-color css
<style>
a { background-color: #D77F61; }
a { background-color: rgb(215,127,97); }
div.DivClassName
{
background-color: #D77F61;
}
.BgClassName
{
background-color: #D77F61;
}
</style>
border-color css
<style>
span { border-color: #D77F61; }
span { border-color: rgb(215,127,97); }
td.TdClassName
{
border-color: #D77F61;
}
.TagClassName
{
border-color: #D77F61;
}
</style>