Shades of Burning Sand #D97E56
Tints of Burning Sand #D97E56
RGB
CMYK
RGB Variations
Color information
#D97E56 (or 0xD97E56) is known color: Burning Sand. HEX triplet: D9, 7E and 56. RGB value is (217,126,86). Sum of RGB (Red+Green+Blue) = 217+126+86=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E56 is #2681A9. Grayscale: #949494. Windows color (decimal): -2523562 or 5668569. OLE color: 5668569.
HSL color Cylindrical-coordinate representation of color #D97E56: hue angle of 18.32º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D97E56 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 126 | 86 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.15 |
| HSL | 18.32º | 0.63% | 0.59% | - |
| HSV(B) | 18.32º | 0.6% | 0.85% | - |
| XYZ | 37.76 | 30.35 | 12.67 | - |
| YUV | 148.65 | 92.65 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 86 | 0 | 0.42 | 0.60 | 0.15 | 18.32 | 0.63 | 0.59 |
| Hex | D9 | 7E | 56 | 0 | 2A | 3C | F | 12 | 3F | 3B |
| Octal | 331 | 176 | 126 | 0 | 52 | 74 | 17 | 22 | 77 | 73 |
| Binary | 11011001 | 1111110 | 1010110 | 0 | 101010 | 111100 | 1111 | 10010 | 111111 | 111011 |
Color Harmonies of #D97E56
Complementary color
Monochromatic Colors of #D97E56
Black with #D97E56
Text Example
Text Example
White with #D97E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97E56; }
p { color: rgb(217,126,86); }
H1.HeaderClassName
{
color: #D97E56;
}
.AnyTagClassName
{
color: #D97E56;
}
</style>
background-color css
<style>
a { background-color: #D97E56; }
a { background-color: rgb(217,126,86); }
div.DivClassName
{
background-color: #D97E56;
}
.BgClassName
{
background-color: #D97E56;
}
</style>
border-color css
<style>
span { border-color: #D97E56; }
span { border-color: rgb(217,126,86); }
td.TdClassName
{
border-color: #D97E56;
}
.TagClassName
{
border-color: #D97E56;
}
</style>