Shades of Burning Sand #D47D63
Tints of Burning Sand #D47D63
RGB
CMYK
RGB Variations
Color information
#D47D63 (or 0xD47D63) is known color: Burning Sand. HEX triplet: D4, 7D and 63. RGB value is (212,125,99). Sum of RGB (Red+Green+Blue) = 212+125+99=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47D63 is #2B829C. Grayscale: #949494. Windows color (decimal): -2851485 or 6520276. OLE color: 6520276.
HSL color Cylindrical-coordinate representation of color #D47D63: hue angle of 13.81º 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 #D47D63 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 99 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.17 |
| HSL | 13.81º | 0.57% | 0.61% | - |
| HSV(B) | 13.81º | 0.53% | 0.83% | - |
| XYZ | 36.74 | 29.57 | 15.57 | - |
| YUV | 148.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 99 | 0 | 0.41 | 0.53 | 0.17 | 13.81 | 0.57 | 0.61 |
| Hex | D4 | 7D | 63 | 0 | 29 | 35 | 11 | E | 39 | 3D |
| Octal | 324 | 175 | 143 | 0 | 51 | 65 | 21 | 16 | 71 | 75 |
| Binary | 11010100 | 1111101 | 1100011 | 0 | 101001 | 110101 | 10001 | 1110 | 111001 | 111101 |
Color Harmonies of #D47D63
Complementary color
Monochromatic Colors of #D47D63
Black with #D47D63
Text Example
Text Example
White with #D47D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47D63; }
p { color: rgb(212,125,99); }
H1.HeaderClassName
{
color: #D47D63;
}
.AnyTagClassName
{
color: #D47D63;
}
</style>
background-color css
<style>
a { background-color: #D47D63; }
a { background-color: rgb(212,125,99); }
div.DivClassName
{
background-color: #D47D63;
}
.BgClassName
{
background-color: #D47D63;
}
</style>
border-color css
<style>
span { border-color: #D47D63; }
span { border-color: rgb(212,125,99); }
td.TdClassName
{
border-color: #D47D63;
}
.TagClassName
{
border-color: #D47D63;
}
</style>