Shades of Burning Sand #D17964
Tints of Burning Sand #D17964
RGB
CMYK
RGB Variations
Color information
#D17964 (or 0xD17964) is known color: Burning Sand. HEX triplet: D1, 79 and 64. RGB value is (209,121,100). Sum of RGB (Red+Green+Blue) = 209+121+100=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D17964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17964 is #2E869B. Grayscale: #919191. Windows color (decimal): -3049116 or 6584785. OLE color: 6584785.
HSL color Cylindrical-coordinate representation of color #D17964: hue angle of 11.56º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D17964 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 100 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.18 |
| HSL | 11.56º | 0.54% | 0.61% | - |
| HSV(B) | 11.56º | 0.52% | 0.82% | - |
| XYZ | 35.43 | 28.15 | 15.62 | - |
| YUV | 144.92 | 102.65 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 100 | 0 | 0.42 | 0.52 | 0.18 | 11.56 | 0.54 | 0.61 |
| Hex | D1 | 79 | 64 | 0 | 2A | 34 | 12 | C | 36 | 3D |
| Octal | 321 | 171 | 144 | 0 | 52 | 64 | 22 | 14 | 66 | 75 |
| Binary | 11010001 | 1111001 | 1100100 | 0 | 101010 | 110100 | 10010 | 1100 | 110110 | 111101 |
Color Harmonies of #D17964
Complementary color
Monochromatic Colors of #D17964
Black with #D17964
Text Example
Text Example
White with #D17964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17964; }
p { color: rgb(209,121,100); }
H1.HeaderClassName
{
color: #D17964;
}
.AnyTagClassName
{
color: #D17964;
}
</style>
background-color css
<style>
a { background-color: #D17964; }
a { background-color: rgb(209,121,100); }
div.DivClassName
{
background-color: #D17964;
}
.BgClassName
{
background-color: #D17964;
}
</style>
border-color css
<style>
span { border-color: #D17964; }
span { border-color: rgb(209,121,100); }
td.TdClassName
{
border-color: #D17964;
}
.TagClassName
{
border-color: #D17964;
}
</style>