Shades of Burning Sand #D97E65
Tints of Burning Sand #D97E65
RGB
CMYK
RGB Variations
Color information
#D97E65 (or 0xD97E65) is known color: Burning Sand. HEX triplet: D9, 7E and 65. RGB value is (217,126,101). Sum of RGB (Red+Green+Blue) = 217+126+101=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E65 is #26819A. Grayscale: #969696. Windows color (decimal): -2523547 or 6651609. OLE color: 6651609.
HSL color Cylindrical-coordinate representation of color #D97E65: hue angle of 12.93º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D97E65 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 126 | 101 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.15 |
| HSL | 12.93º | 0.6% | 0.62% | - |
| HSV(B) | 12.93º | 0.53% | 0.85% | - |
| XYZ | 38.43 | 30.61 | 16.2 | - |
| YUV | 150.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 101 | 0 | 0.42 | 0.53 | 0.15 | 12.93 | 0.6 | 0.62 |
| Hex | D9 | 7E | 65 | 0 | 2A | 35 | F | D | 3C | 3E |
| Octal | 331 | 176 | 145 | 0 | 52 | 65 | 17 | 15 | 74 | 76 |
| Binary | 11011001 | 1111110 | 1100101 | 0 | 101010 | 110101 | 1111 | 1101 | 111100 | 111110 |
Color Harmonies of #D97E65
Complementary color
Monochromatic Colors of #D97E65
Black with #D97E65
Text Example
Text Example
White with #D97E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97E65; }
p { color: rgb(217,126,101); }
H1.HeaderClassName
{
color: #D97E65;
}
.AnyTagClassName
{
color: #D97E65;
}
</style>
background-color css
<style>
a { background-color: #D97E65; }
a { background-color: rgb(217,126,101); }
div.DivClassName
{
background-color: #D97E65;
}
.BgClassName
{
background-color: #D97E65;
}
</style>
border-color css
<style>
span { border-color: #D97E65; }
span { border-color: rgb(217,126,101); }
td.TdClassName
{
border-color: #D97E65;
}
.TagClassName
{
border-color: #D97E65;
}
</style>