Shades of Burning Sand #D97D5C
Tints of Burning Sand #D97D5C
RGB
CMYK
RGB Variations
Color information
#D97D5C (or 0xD97D5C) is known color: Burning Sand. HEX triplet: D9, 7D and 5C. RGB value is (217,125,92). Sum of RGB (Red+Green+Blue) = 217+125+92=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D5C is #2682A3. Grayscale: #949494. Windows color (decimal): -2523812 or 6061529. OLE color: 6061529.
HSL color Cylindrical-coordinate representation of color #D97D5C: hue angle of 15.84º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D97D5C is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 92 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.15 |
| HSL | 15.84º | 0.62% | 0.61% | - |
| HSV(B) | 15.84º | 0.58% | 0.85% | - |
| XYZ | 37.88 | 30.19 | 13.96 | - |
| YUV | 148.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 92 | 0 | 0.42 | 0.58 | 0.15 | 15.84 | 0.62 | 0.61 |
| Hex | D9 | 7D | 5C | 0 | 2A | 3A | F | 10 | 3E | 3D |
| Octal | 331 | 175 | 134 | 0 | 52 | 72 | 17 | 20 | 76 | 75 |
| Binary | 11011001 | 1111101 | 1011100 | 0 | 101010 | 111010 | 1111 | 10000 | 111110 | 111101 |
Color Harmonies of #D97D5C
Complementary color
Monochromatic Colors of #D97D5C
Black with #D97D5C
Text Example
Text Example
White with #D97D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97D5C; }
p { color: rgb(217,125,92); }
H1.HeaderClassName
{
color: #D97D5C;
}
.AnyTagClassName
{
color: #D97D5C;
}
</style>
background-color css
<style>
a { background-color: #D97D5C; }
a { background-color: rgb(217,125,92); }
div.DivClassName
{
background-color: #D97D5C;
}
.BgClassName
{
background-color: #D97D5C;
}
</style>
border-color css
<style>
span { border-color: #D97D5C; }
span { border-color: rgb(217,125,92); }
td.TdClassName
{
border-color: #D97D5C;
}
.TagClassName
{
border-color: #D97D5C;
}
</style>