Shades of Burning Sand #D58355
Tints of Burning Sand #D58355
RGB
CMYK
RGB Variations
Color information
#D58355 (or 0xD58355) is known color: Burning Sand. HEX triplet: D5, 83 and 55. RGB value is (213,131,85). Sum of RGB (Red+Green+Blue) = 213+131+85=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D58355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58355 is #2A7CAA. Grayscale: #969696. Windows color (decimal): -2784427 or 5604309. OLE color: 5604309.
HSL color Cylindrical-coordinate representation of color #D58355: hue angle of 21.56º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D58355 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 85 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.16 |
| HSL | 21.56º | 0.6% | 0.58% | - |
| HSV(B) | 21.56º | 0.6% | 0.84% | - |
| XYZ | 37.2 | 31.03 | 12.62 | - |
| YUV | 150.27 | 91.17 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 85 | 0 | 0.38 | 0.60 | 0.16 | 21.56 | 0.6 | 0.58 |
| Hex | D5 | 83 | 55 | 0 | 26 | 3C | 10 | 16 | 3C | 3A |
| Octal | 325 | 203 | 125 | 0 | 46 | 74 | 20 | 26 | 74 | 72 |
| Binary | 11010101 | 10000011 | 1010101 | 0 | 100110 | 111100 | 10000 | 10110 | 111100 | 111010 |
Color Harmonies of #D58355
Complementary color
Monochromatic Colors of #D58355
Black with #D58355
Text Example
Text Example
White with #D58355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58355; }
p { color: rgb(213,131,85); }
H1.HeaderClassName
{
color: #D58355;
}
.AnyTagClassName
{
color: #D58355;
}
</style>
background-color css
<style>
a { background-color: #D58355; }
a { background-color: rgb(213,131,85); }
div.DivClassName
{
background-color: #D58355;
}
.BgClassName
{
background-color: #D58355;
}
</style>
border-color css
<style>
span { border-color: #D58355; }
span { border-color: rgb(213,131,85); }
td.TdClassName
{
border-color: #D58355;
}
.TagClassName
{
border-color: #D58355;
}
</style>