Shades of Burning Sand #D17F61
Tints of Burning Sand #D17F61
RGB
CMYK
RGB Variations
Color information
#D17F61 (or 0xD17F61) is known color: Burning Sand. HEX triplet: D1, 7F and 61. RGB value is (209,127,97). Sum of RGB (Red+Green+Blue) = 209+127+97=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17F61 is #2E809E. Grayscale: #949494. Windows color (decimal): -3047583 or 6389713. OLE color: 6389713.
HSL color Cylindrical-coordinate representation of color #D17F61: hue angle of 16.07º 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 #D17F61 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 97 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.18 |
| HSL | 16.07º | 0.55% | 0.6% | - |
| HSV(B) | 16.07º | 0.54% | 0.82% | - |
| XYZ | 36.04 | 29.6 | 15.12 | - |
| YUV | 148.1 | 99.17 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 97 | 0 | 0.39 | 0.54 | 0.18 | 16.07 | 0.55 | 0.6 |
| Hex | D1 | 7F | 61 | 0 | 27 | 36 | 12 | 10 | 37 | 3C |
| Octal | 321 | 177 | 141 | 0 | 47 | 66 | 22 | 20 | 67 | 74 |
| Binary | 11010001 | 1111111 | 1100001 | 0 | 100111 | 110110 | 10010 | 10000 | 110111 | 111100 |
Color Harmonies of #D17F61
Complementary color
Monochromatic Colors of #D17F61
Black with #D17F61
Text Example
Text Example
White with #D17F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17F61; }
p { color: rgb(209,127,97); }
H1.HeaderClassName
{
color: #D17F61;
}
.AnyTagClassName
{
color: #D17F61;
}
</style>
background-color css
<style>
a { background-color: #D17F61; }
a { background-color: rgb(209,127,97); }
div.DivClassName
{
background-color: #D17F61;
}
.BgClassName
{
background-color: #D17F61;
}
</style>
border-color css
<style>
span { border-color: #D17F61; }
span { border-color: rgb(209,127,97); }
td.TdClassName
{
border-color: #D17F61;
}
.TagClassName
{
border-color: #D17F61;
}
</style>