Shades of Burning Sand #D97E68
Tints of Burning Sand #D97E68
RGB
CMYK
RGB Variations
Color information
#D97E68 (or 0xD97E68) is known color: Burning Sand. HEX triplet: D9, 7E and 68. RGB value is (217,126,104). Sum of RGB (Red+Green+Blue) = 217+126+104=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E68 is #268197. Grayscale: #969696. Windows color (decimal): -2523544 or 6848217. OLE color: 6848217.
HSL color Cylindrical-coordinate representation of color #D97E68: hue angle of 11.68º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D97E68 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 126 | 104 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.15 |
| HSL | 11.68º | 0.6% | 0.63% | - |
| HSV(B) | 11.68º | 0.52% | 0.85% | - |
| XYZ | 38.57 | 30.67 | 16.98 | - |
| YUV | 150.7 | 101.65 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 104 | 0 | 0.42 | 0.52 | 0.15 | 11.68 | 0.6 | 0.63 |
| Hex | D9 | 7E | 68 | 0 | 2A | 34 | F | C | 3C | 3F |
| Octal | 331 | 176 | 150 | 0 | 52 | 64 | 17 | 14 | 74 | 77 |
| Binary | 11011001 | 1111110 | 1101000 | 0 | 101010 | 110100 | 1111 | 1100 | 111100 | 111111 |
Color Harmonies of #D97E68
Complementary color
Monochromatic Colors of #D97E68
Black with #D97E68
Text Example
Text Example
White with #D97E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97E68; }
p { color: rgb(217,126,104); }
H1.HeaderClassName
{
color: #D97E68;
}
.AnyTagClassName
{
color: #D97E68;
}
</style>
background-color css
<style>
a { background-color: #D97E68; }
a { background-color: rgb(217,126,104); }
div.DivClassName
{
background-color: #D97E68;
}
.BgClassName
{
background-color: #D97E68;
}
</style>
border-color css
<style>
span { border-color: #D97E68; }
span { border-color: rgb(217,126,104); }
td.TdClassName
{
border-color: #D97E68;
}
.TagClassName
{
border-color: #D97E68;
}
</style>