Shades of Burning Sand #D48259
Tints of Burning Sand #D48259
RGB
CMYK
RGB Variations
Color information
#D48259 (or 0xD48259) is known color: Burning Sand. HEX triplet: D4, 82 and 59. RGB value is (212,130,89). Sum of RGB (Red+Green+Blue) = 212+130+89=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D48259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48259 is #2B7DA6. Grayscale: #969696. Windows color (decimal): -2850215 or 5866196. OLE color: 5866196.
HSL color Cylindrical-coordinate representation of color #D48259: hue angle of 20º 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 #D48259 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 89 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.17 |
| HSL | 20º | 0.59% | 0.59% | - |
| HSV(B) | 20º | 0.58% | 0.83% | - |
| XYZ | 36.94 | 30.68 | 13.43 | - |
| YUV | 149.84 | 93.67 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 89 | 0 | 0.39 | 0.58 | 0.17 | 20 | 0.59 | 0.59 |
| Hex | D4 | 82 | 59 | 0 | 27 | 3A | 11 | 14 | 3B | 3B |
| Octal | 324 | 202 | 131 | 0 | 47 | 72 | 21 | 24 | 73 | 73 |
| Binary | 11010100 | 10000010 | 1011001 | 0 | 100111 | 111010 | 10001 | 10100 | 111011 | 111011 |
Color Harmonies of #D48259
Complementary color
Monochromatic Colors of #D48259
Black with #D48259
Text Example
Text Example
White with #D48259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48259; }
p { color: rgb(212,130,89); }
H1.HeaderClassName
{
color: #D48259;
}
.AnyTagClassName
{
color: #D48259;
}
</style>
background-color css
<style>
a { background-color: #D48259; }
a { background-color: rgb(212,130,89); }
div.DivClassName
{
background-color: #D48259;
}
.BgClassName
{
background-color: #D48259;
}
</style>
border-color css
<style>
span { border-color: #D48259; }
span { border-color: rgb(212,130,89); }
td.TdClassName
{
border-color: #D48259;
}
.TagClassName
{
border-color: #D48259;
}
</style>