Shades of Burning Sand #D48258
Tints of Burning Sand #D48258
RGB
CMYK
RGB Variations
Color information
#D48258 (or 0xD48258) is known color: Burning Sand. HEX triplet: D4, 82 and 58. RGB value is (212,130,88). Sum of RGB (Red+Green+Blue) = 212+130+88=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D48258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48258 is #2B7DA7. Grayscale: #959595. Windows color (decimal): -2850216 or 5800660. OLE color: 5800660.
HSL color Cylindrical-coordinate representation of color #D48258: hue angle of 20.32º 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 #D48258 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 88 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.17 |
| HSL | 20.32º | 0.59% | 0.59% | - |
| HSV(B) | 20.32º | 0.58% | 0.83% | - |
| XYZ | 36.9 | 30.67 | 13.21 | - |
| YUV | 149.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 88 | 0 | 0.39 | 0.58 | 0.17 | 20.32 | 0.59 | 0.59 |
| Hex | D4 | 82 | 58 | 0 | 27 | 3A | 11 | 14 | 3B | 3B |
| Octal | 324 | 202 | 130 | 0 | 47 | 72 | 21 | 24 | 73 | 73 |
| Binary | 11010100 | 10000010 | 1011000 | 0 | 100111 | 111010 | 10001 | 10100 | 111011 | 111011 |
Color Harmonies of #D48258
Complementary color
Monochromatic Colors of #D48258
Black with #D48258
Text Example
Text Example
White with #D48258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48258; }
p { color: rgb(212,130,88); }
H1.HeaderClassName
{
color: #D48258;
}
.AnyTagClassName
{
color: #D48258;
}
</style>
background-color css
<style>
a { background-color: #D48258; }
a { background-color: rgb(212,130,88); }
div.DivClassName
{
background-color: #D48258;
}
.BgClassName
{
background-color: #D48258;
}
</style>
border-color css
<style>
span { border-color: #D48258; }
span { border-color: rgb(212,130,88); }
td.TdClassName
{
border-color: #D48258;
}
.TagClassName
{
border-color: #D48258;
}
</style>