Shades of Burning Sand #D17E62
Tints of Burning Sand #D17E62
RGB
CMYK
RGB Variations
Color information
#D17E62 (or 0xD17E62) is known color: Burning Sand. HEX triplet: D1, 7E and 62. RGB value is (209,126,98). Sum of RGB (Red+Green+Blue) = 209+126+98=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17E62 is #2E819D. Grayscale: #939393. Windows color (decimal): -3047838 or 6454993. OLE color: 6454993.
HSL color Cylindrical-coordinate representation of color #D17E62: hue angle of 15.14º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D17E62 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 126 | 98 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.18 |
| HSL | 15.14º | 0.55% | 0.6% | - |
| HSV(B) | 15.14º | 0.53% | 0.82% | - |
| XYZ | 35.96 | 29.36 | 15.33 | - |
| YUV | 147.63 | 100 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 98 | 0 | 0.40 | 0.53 | 0.18 | 15.14 | 0.55 | 0.6 |
| Hex | D1 | 7E | 62 | 0 | 28 | 35 | 12 | F | 37 | 3C |
| Octal | 321 | 176 | 142 | 0 | 50 | 65 | 22 | 17 | 67 | 74 |
| Binary | 11010001 | 1111110 | 1100010 | 0 | 101000 | 110101 | 10010 | 1111 | 110111 | 111100 |
Color Harmonies of #D17E62
Complementary color
Monochromatic Colors of #D17E62
Black with #D17E62
Text Example
Text Example
White with #D17E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17E62; }
p { color: rgb(209,126,98); }
H1.HeaderClassName
{
color: #D17E62;
}
.AnyTagClassName
{
color: #D17E62;
}
</style>
background-color css
<style>
a { background-color: #D17E62; }
a { background-color: rgb(209,126,98); }
div.DivClassName
{
background-color: #D17E62;
}
.BgClassName
{
background-color: #D17E62;
}
</style>
border-color css
<style>
span { border-color: #D17E62; }
span { border-color: rgb(209,126,98); }
td.TdClassName
{
border-color: #D17E62;
}
.TagClassName
{
border-color: #D17E62;
}
</style>