Shades of Burning Sand #D97C5E
Tints of Burning Sand #D97C5E
RGB
CMYK
RGB Variations
Color information
#D97C5E (or 0xD97C5E) is known color: Burning Sand. HEX triplet: D9, 7C and 5E. RGB value is (217,124,94). Sum of RGB (Red+Green+Blue) = 217+124+94=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97C5E is #2683A1. Grayscale: #949494. Windows color (decimal): -2524066 or 6192345. OLE color: 6192345.
HSL color Cylindrical-coordinate representation of color #D97C5E: hue angle of 14.63º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D97C5E is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 124 | 94 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.15 |
| HSL | 14.63º | 0.62% | 0.61% | - |
| HSV(B) | 14.63º | 0.57% | 0.85% | - |
| XYZ | 37.84 | 29.98 | 14.38 | - |
| YUV | 148.39 | 97.31 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 94 | 0 | 0.43 | 0.57 | 0.15 | 14.63 | 0.62 | 0.61 |
| Hex | D9 | 7C | 5E | 0 | 2B | 39 | F | F | 3E | 3D |
| Octal | 331 | 174 | 136 | 0 | 53 | 71 | 17 | 17 | 76 | 75 |
| Binary | 11011001 | 1111100 | 1011110 | 0 | 101011 | 111001 | 1111 | 1111 | 111110 | 111101 |
Color Harmonies of #D97C5E
Complementary color
Monochromatic Colors of #D97C5E
Black with #D97C5E
Text Example
Text Example
White with #D97C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97C5E; }
p { color: rgb(217,124,94); }
H1.HeaderClassName
{
color: #D97C5E;
}
.AnyTagClassName
{
color: #D97C5E;
}
</style>
background-color css
<style>
a { background-color: #D97C5E; }
a { background-color: rgb(217,124,94); }
div.DivClassName
{
background-color: #D97C5E;
}
.BgClassName
{
background-color: #D97C5E;
}
</style>
border-color css
<style>
span { border-color: #D97C5E; }
span { border-color: rgb(217,124,94); }
td.TdClassName
{
border-color: #D97C5E;
}
.TagClassName
{
border-color: #D97C5E;
}
</style>