Shades of Burning Sand #D47A68
Tints of Burning Sand #D47A68
RGB
CMYK
RGB Variations
Color information
#D47A68 (or 0xD47A68) is known color: Burning Sand. HEX triplet: D4, 7A and 68. RGB value is (212,122,104). Sum of RGB (Red+Green+Blue) = 212+122+104=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47A68 is #2B8597. Grayscale: #939393. Windows color (decimal): -2852248 or 6847188. OLE color: 6847188.
HSL color Cylindrical-coordinate representation of color #D47A68: hue angle of 10º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D47A68 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 104 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.17 |
| HSL | 10º | 0.56% | 0.62% | - |
| HSV(B) | 10º | 0.51% | 0.83% | - |
| XYZ | 36.61 | 28.92 | 16.75 | - |
| YUV | 146.86 | 103.82 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 104 | 0 | 0.42 | 0.51 | 0.17 | 10 | 0.56 | 0.62 |
| Hex | D4 | 7A | 68 | 0 | 2A | 33 | 11 | A | 38 | 3E |
| Octal | 324 | 172 | 150 | 0 | 52 | 63 | 21 | 12 | 70 | 76 |
| Binary | 11010100 | 1111010 | 1101000 | 0 | 101010 | 110011 | 10001 | 1010 | 111000 | 111110 |
Color Harmonies of #D47A68
Complementary color
Monochromatic Colors of #D47A68
Black with #D47A68
Text Example
Text Example
White with #D47A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47A68; }
p { color: rgb(212,122,104); }
H1.HeaderClassName
{
color: #D47A68;
}
.AnyTagClassName
{
color: #D47A68;
}
</style>
background-color css
<style>
a { background-color: #D47A68; }
a { background-color: rgb(212,122,104); }
div.DivClassName
{
background-color: #D47A68;
}
.BgClassName
{
background-color: #D47A68;
}
</style>
border-color css
<style>
span { border-color: #D47A68; }
span { border-color: rgb(212,122,104); }
td.TdClassName
{
border-color: #D47A68;
}
.TagClassName
{
border-color: #D47A68;
}
</style>