Shades of Burning Sand #D58056
Tints of Burning Sand #D58056
RGB
CMYK
RGB Variations
Color information
#D58056 (or 0xD58056) is known color: Burning Sand. HEX triplet: D5, 80 and 56. RGB value is (213,128,86). Sum of RGB (Red+Green+Blue) = 213+128+86=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D58056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58056 is #2A7FA9. Grayscale: #949494. Windows color (decimal): -2785194 or 5669077. OLE color: 5669077.
HSL color Cylindrical-coordinate representation of color #D58056: hue angle of 19.84º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D58056 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 86 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.16 |
| HSL | 19.84º | 0.6% | 0.59% | - |
| HSV(B) | 19.84º | 0.6% | 0.84% | - |
| XYZ | 36.84 | 30.26 | 12.7 | - |
| YUV | 148.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 86 | 0 | 0.40 | 0.60 | 0.16 | 19.84 | 0.6 | 0.59 |
| Hex | D5 | 80 | 56 | 0 | 28 | 3C | 10 | 14 | 3C | 3B |
| Octal | 325 | 200 | 126 | 0 | 50 | 74 | 20 | 24 | 74 | 73 |
| Binary | 11010101 | 10000000 | 1010110 | 0 | 101000 | 111100 | 10000 | 10100 | 111100 | 111011 |
Color Harmonies of #D58056
Complementary color
Monochromatic Colors of #D58056
Black with #D58056
Text Example
Text Example
White with #D58056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58056; }
p { color: rgb(213,128,86); }
H1.HeaderClassName
{
color: #D58056;
}
.AnyTagClassName
{
color: #D58056;
}
</style>
background-color css
<style>
a { background-color: #D58056; }
a { background-color: rgb(213,128,86); }
div.DivClassName
{
background-color: #D58056;
}
.BgClassName
{
background-color: #D58056;
}
</style>
border-color css
<style>
span { border-color: #D58056; }
span { border-color: rgb(213,128,86); }
td.TdClassName
{
border-color: #D58056;
}
.TagClassName
{
border-color: #D58056;
}
</style>