Shades of Burning Sand #D47963
Tints of Burning Sand #D47963
RGB
CMYK
RGB Variations
Color information
#D47963 (or 0xD47963) is known color: Burning Sand. HEX triplet: D4, 79 and 63. RGB value is (212,121,99). Sum of RGB (Red+Green+Blue) = 212+121+99=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D47963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47963 is #2B869C. Grayscale: #919191. Windows color (decimal): -2852509 or 6519252. OLE color: 6519252.
HSL color Cylindrical-coordinate representation of color #D47963: hue angle of 11.68º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D47963 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 121 | 99 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.17 |
| HSL | 11.68º | 0.57% | 0.61% | - |
| HSV(B) | 11.68º | 0.53% | 0.83% | - |
| XYZ | 36.24 | 28.57 | 15.41 | - |
| YUV | 145.7 | 101.65 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 121 | 99 | 0 | 0.43 | 0.53 | 0.17 | 11.68 | 0.57 | 0.61 |
| Hex | D4 | 79 | 63 | 0 | 2B | 35 | 11 | C | 39 | 3D |
| Octal | 324 | 171 | 143 | 0 | 53 | 65 | 21 | 14 | 71 | 75 |
| Binary | 11010100 | 1111001 | 1100011 | 0 | 101011 | 110101 | 10001 | 1100 | 111001 | 111101 |
Color Harmonies of #D47963
Complementary color
Monochromatic Colors of #D47963
Black with #D47963
Text Example
Text Example
White with #D47963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47963; }
p { color: rgb(212,121,99); }
H1.HeaderClassName
{
color: #D47963;
}
.AnyTagClassName
{
color: #D47963;
}
</style>
background-color css
<style>
a { background-color: #D47963; }
a { background-color: rgb(212,121,99); }
div.DivClassName
{
background-color: #D47963;
}
.BgClassName
{
background-color: #D47963;
}
</style>
border-color css
<style>
span { border-color: #D47963; }
span { border-color: rgb(212,121,99); }
td.TdClassName
{
border-color: #D47963;
}
.TagClassName
{
border-color: #D47963;
}
</style>