Shades of Burning Sand #D48558
Tints of Burning Sand #D48558
RGB
CMYK
RGB Variations
Color information
#D48558 (or 0xD48558) is known color: Burning Sand. HEX triplet: D4, 85 and 58. RGB value is (212,133,88). Sum of RGB (Red+Green+Blue) = 212+133+88=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D48558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48558 is #2B7AA7. Grayscale: #979797. Windows color (decimal): -2849448 or 5801428. OLE color: 5801428.
HSL color Cylindrical-coordinate representation of color #D48558: hue angle of 21.77º 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 #D48558 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 133 | 88 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.17 |
| HSL | 21.77º | 0.59% | 0.59% | - |
| HSV(B) | 21.77º | 0.58% | 0.83% | - |
| XYZ | 37.3 | 31.48 | 13.34 | - |
| YUV | 151.49 | 92.17 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 133 | 88 | 0 | 0.37 | 0.58 | 0.17 | 21.77 | 0.59 | 0.59 |
| Hex | D4 | 85 | 58 | 0 | 25 | 3A | 11 | 16 | 3B | 3B |
| Octal | 324 | 205 | 130 | 0 | 45 | 72 | 21 | 26 | 73 | 73 |
| Binary | 11010100 | 10000101 | 1011000 | 0 | 100101 | 111010 | 10001 | 10110 | 111011 | 111011 |
Color Harmonies of #D48558
Complementary color
Monochromatic Colors of #D48558
Black with #D48558
Text Example
Text Example
White with #D48558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48558; }
p { color: rgb(212,133,88); }
H1.HeaderClassName
{
color: #D48558;
}
.AnyTagClassName
{
color: #D48558;
}
</style>
background-color css
<style>
a { background-color: #D48558; }
a { background-color: rgb(212,133,88); }
div.DivClassName
{
background-color: #D48558;
}
.BgClassName
{
background-color: #D48558;
}
</style>
border-color css
<style>
span { border-color: #D48558; }
span { border-color: rgb(212,133,88); }
td.TdClassName
{
border-color: #D48558;
}
.TagClassName
{
border-color: #D48558;
}
</style>