Shades of Burning Sand #D17E6C
Tints of Burning Sand #D17E6C
RGB
CMYK
RGB Variations
Color information
#D17E6C (or 0xD17E6C) is known color: Burning Sand. HEX triplet: D1, 7E and 6C. RGB value is (209,126,108). Sum of RGB (Red+Green+Blue) = 209+126+108=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17E6C is #2E8193. Grayscale: #949494. Windows color (decimal): -3047828 or 7110353. OLE color: 7110353.
HSL color Cylindrical-coordinate representation of color #D17E6C: hue angle of 10.69º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D17E6C is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 126 | 108 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.18 |
| HSL | 10.69º | 0.52% | 0.62% | - |
| HSV(B) | 10.69º | 0.48% | 0.82% | - |
| XYZ | 36.46 | 29.56 | 17.97 | - |
| YUV | 148.77 | 105 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 108 | 0 | 0.40 | 0.48 | 0.18 | 10.69 | 0.52 | 0.62 |
| Hex | D1 | 7E | 6C | 0 | 28 | 30 | 12 | B | 34 | 3E |
| Octal | 321 | 176 | 154 | 0 | 50 | 60 | 22 | 13 | 64 | 76 |
| Binary | 11010001 | 1111110 | 1101100 | 0 | 101000 | 110000 | 10010 | 1011 | 110100 | 111110 |
Color Harmonies of #D17E6C
Complementary color
Monochromatic Colors of #D17E6C
Black with #D17E6C
Text Example
Text Example
White with #D17E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17E6C; }
p { color: rgb(209,126,108); }
H1.HeaderClassName
{
color: #D17E6C;
}
.AnyTagClassName
{
color: #D17E6C;
}
</style>
background-color css
<style>
a { background-color: #D17E6C; }
a { background-color: rgb(209,126,108); }
div.DivClassName
{
background-color: #D17E6C;
}
.BgClassName
{
background-color: #D17E6C;
}
</style>
border-color css
<style>
span { border-color: #D17E6C; }
span { border-color: rgb(209,126,108); }
td.TdClassName
{
border-color: #D17E6C;
}
.TagClassName
{
border-color: #D17E6C;
}
</style>