Shades of Burning Sand #D97F5F
Tints of Burning Sand #D97F5F
RGB
CMYK
RGB Variations
Color information
#D97F5F (or 0xD97F5F) is known color: Burning Sand. HEX triplet: D9, 7F and 5F. RGB value is (217,127,95). Sum of RGB (Red+Green+Blue) = 217+127+95=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97F5F is #2680A0. Grayscale: #969696. Windows color (decimal): -2523297 or 6258649. OLE color: 6258649.
HSL color Cylindrical-coordinate representation of color #D97F5F: hue angle of 15.74º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D97F5F is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 95 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.15 |
| HSL | 15.74º | 0.62% | 0.61% | - |
| HSV(B) | 15.74º | 0.56% | 0.85% | - |
| XYZ | 38.27 | 30.76 | 14.75 | - |
| YUV | 150.26 | 96.82 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 95 | 0 | 0.41 | 0.56 | 0.15 | 15.74 | 0.62 | 0.61 |
| Hex | D9 | 7F | 5F | 0 | 29 | 38 | F | 10 | 3E | 3D |
| Octal | 331 | 177 | 137 | 0 | 51 | 70 | 17 | 20 | 76 | 75 |
| Binary | 11011001 | 1111111 | 1011111 | 0 | 101001 | 111000 | 1111 | 10000 | 111110 | 111101 |
Color Harmonies of #D97F5F
Complementary color
Monochromatic Colors of #D97F5F
Black with #D97F5F
Text Example
Text Example
White with #D97F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97F5F; }
p { color: rgb(217,127,95); }
H1.HeaderClassName
{
color: #D97F5F;
}
.AnyTagClassName
{
color: #D97F5F;
}
</style>
background-color css
<style>
a { background-color: #D97F5F; }
a { background-color: rgb(217,127,95); }
div.DivClassName
{
background-color: #D97F5F;
}
.BgClassName
{
background-color: #D97F5F;
}
</style>
border-color css
<style>
span { border-color: #D97F5F; }
span { border-color: rgb(217,127,95); }
td.TdClassName
{
border-color: #D97F5F;
}
.TagClassName
{
border-color: #D97F5F;
}
</style>