Shades of Burning Sand #D58258
Tints of Burning Sand #D58258
RGB
CMYK
RGB Variations
Color information
#D58258 (or 0xD58258) is known color: Burning Sand. HEX triplet: D5, 82 and 58. RGB value is (213,130,88). Sum of RGB (Red+Green+Blue) = 213+130+88=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D58258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58258 is #2A7DA7. Grayscale: #969696. Windows color (decimal): -2784680 or 5800661. OLE color: 5800661.
HSL color Cylindrical-coordinate representation of color #D58258: hue angle of 20.16º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D58258 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 88 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.16 |
| HSL | 20.16º | 0.6% | 0.59% | - |
| HSV(B) | 20.16º | 0.59% | 0.84% | - |
| XYZ | 37.18 | 30.82 | 13.22 | - |
| YUV | 150.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 88 | 0 | 0.39 | 0.59 | 0.16 | 20.16 | 0.6 | 0.59 |
| Hex | D5 | 82 | 58 | 0 | 27 | 3B | 10 | 14 | 3C | 3B |
| Octal | 325 | 202 | 130 | 0 | 47 | 73 | 20 | 24 | 74 | 73 |
| Binary | 11010101 | 10000010 | 1011000 | 0 | 100111 | 111011 | 10000 | 10100 | 111100 | 111011 |
Color Harmonies of #D58258
Complementary color
Monochromatic Colors of #D58258
Black with #D58258
Text Example
Text Example
White with #D58258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58258; }
p { color: rgb(213,130,88); }
H1.HeaderClassName
{
color: #D58258;
}
.AnyTagClassName
{
color: #D58258;
}
</style>
background-color css
<style>
a { background-color: #D58258; }
a { background-color: rgb(213,130,88); }
div.DivClassName
{
background-color: #D58258;
}
.BgClassName
{
background-color: #D58258;
}
</style>
border-color css
<style>
span { border-color: #D58258; }
span { border-color: rgb(213,130,88); }
td.TdClassName
{
border-color: #D58258;
}
.TagClassName
{
border-color: #D58258;
}
</style>