Shades of Burning Sand #D17A61
Tints of Burning Sand #D17A61
RGB
CMYK
RGB Variations
Color information
#D17A61 (or 0xD17A61) is known color: Burning Sand. HEX triplet: D1, 7A and 61. RGB value is (209,122,97). Sum of RGB (Red+Green+Blue) = 209+122+97=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17A61 is #2E859E. Grayscale: #919191. Windows color (decimal): -3048863 or 6388433. OLE color: 6388433.
HSL color Cylindrical-coordinate representation of color #D17A61: hue angle of 13.39º 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 #D17A61 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 97 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.18 |
| HSL | 13.39º | 0.55% | 0.6% | - |
| HSV(B) | 13.39º | 0.54% | 0.82% | - |
| XYZ | 35.41 | 28.34 | 14.91 | - |
| YUV | 145.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 97 | 0 | 0.42 | 0.54 | 0.18 | 13.39 | 0.55 | 0.6 |
| Hex | D1 | 7A | 61 | 0 | 2A | 36 | 12 | D | 37 | 3C |
| Octal | 321 | 172 | 141 | 0 | 52 | 66 | 22 | 15 | 67 | 74 |
| Binary | 11010001 | 1111010 | 1100001 | 0 | 101010 | 110110 | 10010 | 1101 | 110111 | 111100 |
Color Harmonies of #D17A61
Complementary color
Monochromatic Colors of #D17A61
Black with #D17A61
Text Example
Text Example
White with #D17A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A61; }
p { color: rgb(209,122,97); }
H1.HeaderClassName
{
color: #D17A61;
}
.AnyTagClassName
{
color: #D17A61;
}
</style>
background-color css
<style>
a { background-color: #D17A61; }
a { background-color: rgb(209,122,97); }
div.DivClassName
{
background-color: #D17A61;
}
.BgClassName
{
background-color: #D17A61;
}
</style>
border-color css
<style>
span { border-color: #D17A61; }
span { border-color: rgb(209,122,97); }
td.TdClassName
{
border-color: #D17A61;
}
.TagClassName
{
border-color: #D17A61;
}
</style>