Shades of Burning Sand #D47D5B
Tints of Burning Sand #D47D5B
RGB
CMYK
RGB Variations
Color information
#D47D5B (or 0xD47D5B) is known color: Burning Sand. HEX triplet: D4, 7D and 5B. RGB value is (212,125,91). Sum of RGB (Red+Green+Blue) = 212+125+91=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47D5B is #2B82A4. Grayscale: #939393. Windows color (decimal): -2851493 or 5995988. OLE color: 5995988.
HSL color Cylindrical-coordinate representation of color #D47D5B: hue angle of 16.86º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D47D5B is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 91 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.17 |
| HSL | 16.86º | 0.58% | 0.59% | - |
| HSV(B) | 16.86º | 0.57% | 0.83% | - |
| XYZ | 36.37 | 29.42 | 13.66 | - |
| YUV | 147.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 91 | 0 | 0.41 | 0.57 | 0.17 | 16.86 | 0.58 | 0.59 |
| Hex | D4 | 7D | 5B | 0 | 29 | 39 | 11 | 11 | 3A | 3B |
| Octal | 324 | 175 | 133 | 0 | 51 | 71 | 21 | 21 | 72 | 73 |
| Binary | 11010100 | 1111101 | 1011011 | 0 | 101001 | 111001 | 10001 | 10001 | 111010 | 111011 |
Color Harmonies of #D47D5B
Complementary color
Monochromatic Colors of #D47D5B
Black with #D47D5B
Text Example
Text Example
White with #D47D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47D5B; }
p { color: rgb(212,125,91); }
H1.HeaderClassName
{
color: #D47D5B;
}
.AnyTagClassName
{
color: #D47D5B;
}
</style>
background-color css
<style>
a { background-color: #D47D5B; }
a { background-color: rgb(212,125,91); }
div.DivClassName
{
background-color: #D47D5B;
}
.BgClassName
{
background-color: #D47D5B;
}
</style>
border-color css
<style>
span { border-color: #D47D5B; }
span { border-color: rgb(212,125,91); }
td.TdClassName
{
border-color: #D47D5B;
}
.TagClassName
{
border-color: #D47D5B;
}
</style>