Shades of Burning Sand #D47E61
Tints of Burning Sand #D47E61
RGB
CMYK
RGB Variations
Color information
#D47E61 (or 0xD47E61) is known color: Burning Sand. HEX triplet: D4, 7E and 61. RGB value is (212,126,97). Sum of RGB (Red+Green+Blue) = 212+126+97=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47E61 is #2B819E. Grayscale: #949494. Windows color (decimal): -2851231 or 6389460. OLE color: 6389460.
HSL color Cylindrical-coordinate representation of color #D47E61: hue angle of 15.13º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D47E61 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 126 | 97 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.17 |
| HSL | 15.13º | 0.57% | 0.61% | - |
| HSV(B) | 15.13º | 0.54% | 0.83% | - |
| XYZ | 36.77 | 29.78 | 15.12 | - |
| YUV | 148.41 | 98.99 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 97 | 0 | 0.41 | 0.54 | 0.17 | 15.13 | 0.57 | 0.61 |
| Hex | D4 | 7E | 61 | 0 | 29 | 36 | 11 | F | 39 | 3D |
| Octal | 324 | 176 | 141 | 0 | 51 | 66 | 21 | 17 | 71 | 75 |
| Binary | 11010100 | 1111110 | 1100001 | 0 | 101001 | 110110 | 10001 | 1111 | 111001 | 111101 |
Color Harmonies of #D47E61
Complementary color
Monochromatic Colors of #D47E61
Black with #D47E61
Text Example
Text Example
White with #D47E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47E61; }
p { color: rgb(212,126,97); }
H1.HeaderClassName
{
color: #D47E61;
}
.AnyTagClassName
{
color: #D47E61;
}
</style>
background-color css
<style>
a { background-color: #D47E61; }
a { background-color: rgb(212,126,97); }
div.DivClassName
{
background-color: #D47E61;
}
.BgClassName
{
background-color: #D47E61;
}
</style>
border-color css
<style>
span { border-color: #D47E61; }
span { border-color: rgb(212,126,97); }
td.TdClassName
{
border-color: #D47E61;
}
.TagClassName
{
border-color: #D47E61;
}
</style>