Shades of Burning Sand #D17E5B
Tints of Burning Sand #D17E5B
RGB
CMYK
RGB Variations
Color information
#D17E5B (or 0xD17E5B) is known color: Burning Sand. HEX triplet: D1, 7E and 5B. RGB value is (209,126,91). Sum of RGB (Red+Green+Blue) = 209+126+91=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17E5B is #2E81A4. Grayscale: #939393. Windows color (decimal): -3047845 or 5996241. OLE color: 5996241.
HSL color Cylindrical-coordinate representation of color #D17E5B: hue angle of 17.8º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D17E5B is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 126 | 91 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.18 |
| HSL | 17.8º | 0.56% | 0.59% | - |
| HSV(B) | 17.8º | 0.56% | 0.82% | - |
| XYZ | 35.64 | 29.23 | 13.66 | - |
| YUV | 146.83 | 96.5 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 91 | 0 | 0.40 | 0.56 | 0.18 | 17.8 | 0.56 | 0.59 |
| Hex | D1 | 7E | 5B | 0 | 28 | 38 | 12 | 12 | 38 | 3B |
| Octal | 321 | 176 | 133 | 0 | 50 | 70 | 22 | 22 | 70 | 73 |
| Binary | 11010001 | 1111110 | 1011011 | 0 | 101000 | 111000 | 10010 | 10010 | 111000 | 111011 |
Color Harmonies of #D17E5B
Complementary color
Monochromatic Colors of #D17E5B
Black with #D17E5B
Text Example
Text Example
White with #D17E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17E5B; }
p { color: rgb(209,126,91); }
H1.HeaderClassName
{
color: #D17E5B;
}
.AnyTagClassName
{
color: #D17E5B;
}
</style>
background-color css
<style>
a { background-color: #D17E5B; }
a { background-color: rgb(209,126,91); }
div.DivClassName
{
background-color: #D17E5B;
}
.BgClassName
{
background-color: #D17E5B;
}
</style>
border-color css
<style>
span { border-color: #D17E5B; }
span { border-color: rgb(209,126,91); }
td.TdClassName
{
border-color: #D17E5B;
}
.TagClassName
{
border-color: #D17E5B;
}
</style>