Shades of Burning Sand #D17A60
Tints of Burning Sand #D17A60
RGB
CMYK
RGB Variations
Color information
#D17A60 (or 0xD17A60) is known color: Burning Sand. HEX triplet: D1, 7A and 60. RGB value is (209,122,96). Sum of RGB (Red+Green+Blue) = 209+122+96=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17A60 is #2E859F. Grayscale: #919191. Windows color (decimal): -3048864 or 6322897. OLE color: 6322897.
HSL color Cylindrical-coordinate representation of color #D17A60: hue angle of 13.81º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D17A60 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 96 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.18 |
| HSL | 13.81º | 0.55% | 0.6% | - |
| HSV(B) | 13.81º | 0.54% | 0.82% | - |
| XYZ | 35.37 | 28.32 | 14.67 | - |
| YUV | 145.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 96 | 0 | 0.42 | 0.54 | 0.18 | 13.81 | 0.55 | 0.6 |
| Hex | D1 | 7A | 60 | 0 | 2A | 36 | 12 | E | 37 | 3C |
| Octal | 321 | 172 | 140 | 0 | 52 | 66 | 22 | 16 | 67 | 74 |
| Binary | 11010001 | 1111010 | 1100000 | 0 | 101010 | 110110 | 10010 | 1110 | 110111 | 111100 |
Color Harmonies of #D17A60
Complementary color
Monochromatic Colors of #D17A60
Black with #D17A60
Text Example
Text Example
White with #D17A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A60; }
p { color: rgb(209,122,96); }
H1.HeaderClassName
{
color: #D17A60;
}
.AnyTagClassName
{
color: #D17A60;
}
</style>
background-color css
<style>
a { background-color: #D17A60; }
a { background-color: rgb(209,122,96); }
div.DivClassName
{
background-color: #D17A60;
}
.BgClassName
{
background-color: #D17A60;
}
</style>
border-color css
<style>
span { border-color: #D17A60; }
span { border-color: rgb(209,122,96); }
td.TdClassName
{
border-color: #D17A60;
}
.TagClassName
{
border-color: #D17A60;
}
</style>