Shades of Burning Sand #D47E5F
Tints of Burning Sand #D47E5F
RGB
CMYK
RGB Variations
Color information
#D47E5F (or 0xD47E5F) is known color: Burning Sand. HEX triplet: D4, 7E and 5F. RGB value is (212,126,95). Sum of RGB (Red+Green+Blue) = 212+126+95=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47E5F is #2B81A0. Grayscale: #949494. Windows color (decimal): -2851233 or 6258388. OLE color: 6258388.
HSL color Cylindrical-coordinate representation of color #D47E5F: hue angle of 15.9º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D47E5F is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 126 | 95 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.17 |
| HSL | 15.9º | 0.58% | 0.6% | - |
| HSV(B) | 15.9º | 0.55% | 0.83% | - |
| XYZ | 36.68 | 29.74 | 14.63 | - |
| YUV | 148.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 95 | 0 | 0.41 | 0.55 | 0.17 | 15.9 | 0.58 | 0.6 |
| Hex | D4 | 7E | 5F | 0 | 29 | 37 | 11 | 10 | 3A | 3C |
| Octal | 324 | 176 | 137 | 0 | 51 | 67 | 21 | 20 | 72 | 74 |
| Binary | 11010100 | 1111110 | 1011111 | 0 | 101001 | 110111 | 10001 | 10000 | 111010 | 111100 |
Color Harmonies of #D47E5F
Complementary color
Monochromatic Colors of #D47E5F
Black with #D47E5F
Text Example
Text Example
White with #D47E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47E5F; }
p { color: rgb(212,126,95); }
H1.HeaderClassName
{
color: #D47E5F;
}
.AnyTagClassName
{
color: #D47E5F;
}
</style>
background-color css
<style>
a { background-color: #D47E5F; }
a { background-color: rgb(212,126,95); }
div.DivClassName
{
background-color: #D47E5F;
}
.BgClassName
{
background-color: #D47E5F;
}
</style>
border-color css
<style>
span { border-color: #D47E5F; }
span { border-color: rgb(212,126,95); }
td.TdClassName
{
border-color: #D47E5F;
}
.TagClassName
{
border-color: #D47E5F;
}
</style>