Shades of Burning Sand #D48458
Tints of Burning Sand #D48458
RGB
CMYK
RGB Variations
Color information
#D48458 (or 0xD48458) is known color: Burning Sand. HEX triplet: D4, 84 and 58. RGB value is (212,132,88). Sum of RGB (Red+Green+Blue) = 212+132+88=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D48458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48458 is #2B7BA7. Grayscale: #979797. Windows color (decimal): -2849704 or 5801172. OLE color: 5801172.
HSL color Cylindrical-coordinate representation of color #D48458: hue angle of 21.29º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D48458 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 88 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.17 |
| HSL | 21.29º | 0.59% | 0.59% | - |
| HSV(B) | 21.29º | 0.58% | 0.83% | - |
| XYZ | 37.16 | 31.2 | 13.3 | - |
| YUV | 150.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 88 | 0 | 0.38 | 0.58 | 0.17 | 21.29 | 0.59 | 0.59 |
| Hex | D4 | 84 | 58 | 0 | 26 | 3A | 11 | 15 | 3B | 3B |
| Octal | 324 | 204 | 130 | 0 | 46 | 72 | 21 | 25 | 73 | 73 |
| Binary | 11010100 | 10000100 | 1011000 | 0 | 100110 | 111010 | 10001 | 10101 | 111011 | 111011 |
Color Harmonies of #D48458
Complementary color
Monochromatic Colors of #D48458
Black with #D48458
Text Example
Text Example
White with #D48458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48458; }
p { color: rgb(212,132,88); }
H1.HeaderClassName
{
color: #D48458;
}
.AnyTagClassName
{
color: #D48458;
}
</style>
background-color css
<style>
a { background-color: #D48458; }
a { background-color: rgb(212,132,88); }
div.DivClassName
{
background-color: #D48458;
}
.BgClassName
{
background-color: #D48458;
}
</style>
border-color css
<style>
span { border-color: #D48458; }
span { border-color: rgb(212,132,88); }
td.TdClassName
{
border-color: #D48458;
}
.TagClassName
{
border-color: #D48458;
}
</style>