Shades of Burning Sand #D17D5A
Tints of Burning Sand #D17D5A
RGB
CMYK
RGB Variations
Color information
#D17D5A (or 0xD17D5A) is known color: Burning Sand. HEX triplet: D1, 7D and 5A. RGB value is (209,125,90). Sum of RGB (Red+Green+Blue) = 209+125+90=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17D5A is #2E82A5. Grayscale: #929292. Windows color (decimal): -3048102 or 5930449. OLE color: 5930449.
HSL color Cylindrical-coordinate representation of color #D17D5A: hue angle of 17.65º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D17D5A is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 90 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.18 |
| HSL | 17.65º | 0.56% | 0.59% | - |
| HSV(B) | 17.65º | 0.57% | 0.82% | - |
| XYZ | 35.47 | 28.96 | 13.39 | - |
| YUV | 146.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 90 | 0 | 0.40 | 0.57 | 0.18 | 17.65 | 0.56 | 0.59 |
| Hex | D1 | 7D | 5A | 0 | 28 | 39 | 12 | 12 | 38 | 3B |
| Octal | 321 | 175 | 132 | 0 | 50 | 71 | 22 | 22 | 70 | 73 |
| Binary | 11010001 | 1111101 | 1011010 | 0 | 101000 | 111001 | 10010 | 10010 | 111000 | 111011 |
Color Harmonies of #D17D5A
Complementary color
Monochromatic Colors of #D17D5A
Black with #D17D5A
Text Example
Text Example
White with #D17D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D5A; }
p { color: rgb(209,125,90); }
H1.HeaderClassName
{
color: #D17D5A;
}
.AnyTagClassName
{
color: #D17D5A;
}
</style>
background-color css
<style>
a { background-color: #D17D5A; }
a { background-color: rgb(209,125,90); }
div.DivClassName
{
background-color: #D17D5A;
}
.BgClassName
{
background-color: #D17D5A;
}
</style>
border-color css
<style>
span { border-color: #D17D5A; }
span { border-color: rgb(209,125,90); }
td.TdClassName
{
border-color: #D17D5A;
}
.TagClassName
{
border-color: #D17D5A;
}
</style>