Shades of Burning Sand #D17D6A
Tints of Burning Sand #D17D6A
RGB
CMYK
RGB Variations
Color information
#D17D6A (or 0xD17D6A) is known color: Burning Sand. HEX triplet: D1, 7D and 6A. RGB value is (209,125,106). Sum of RGB (Red+Green+Blue) = 209+125+106=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17D6A is #2E8295. Grayscale: #949494. Windows color (decimal): -3048086 or 6979025. OLE color: 6979025.
HSL color Cylindrical-coordinate representation of color #D17D6A: hue angle of 11.07º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D17D6A is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 106 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.18 |
| HSL | 11.07º | 0.53% | 0.62% | - |
| HSV(B) | 11.07º | 0.49% | 0.82% | - |
| XYZ | 36.23 | 29.26 | 17.37 | - |
| YUV | 147.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 106 | 0 | 0.40 | 0.49 | 0.18 | 11.07 | 0.53 | 0.62 |
| Hex | D1 | 7D | 6A | 0 | 28 | 31 | 12 | B | 35 | 3E |
| Octal | 321 | 175 | 152 | 0 | 50 | 61 | 22 | 13 | 65 | 76 |
| Binary | 11010001 | 1111101 | 1101010 | 0 | 101000 | 110001 | 10010 | 1011 | 110101 | 111110 |
Color Harmonies of #D17D6A
Complementary color
Monochromatic Colors of #D17D6A
Black with #D17D6A
Text Example
Text Example
White with #D17D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D6A; }
p { color: rgb(209,125,106); }
H1.HeaderClassName
{
color: #D17D6A;
}
.AnyTagClassName
{
color: #D17D6A;
}
</style>
background-color css
<style>
a { background-color: #D17D6A; }
a { background-color: rgb(209,125,106); }
div.DivClassName
{
background-color: #D17D6A;
}
.BgClassName
{
background-color: #D17D6A;
}
</style>
border-color css
<style>
span { border-color: #D17D6A; }
span { border-color: rgb(209,125,106); }
td.TdClassName
{
border-color: #D17D6A;
}
.TagClassName
{
border-color: #D17D6A;
}
</style>