Shades of Burning Sand #D58455
Tints of Burning Sand #D58455
RGB
CMYK
RGB Variations
Color information
#D58455 (or 0xD58455) is known color: Burning Sand. HEX triplet: D5, 84 and 55. RGB value is (213,132,85). Sum of RGB (Red+Green+Blue) = 213+132+85=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D58455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58455 is #2A7BAA. Grayscale: #979797. Windows color (decimal): -2784171 or 5604565. OLE color: 5604565.
HSL color Cylindrical-coordinate representation of color #D58455: hue angle of 22.03º 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 #D58455 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 85 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.16 |
| HSL | 22.03º | 0.6% | 0.58% | - |
| HSV(B) | 22.03º | 0.6% | 0.84% | - |
| XYZ | 37.33 | 31.3 | 12.67 | - |
| YUV | 150.86 | 90.84 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 85 | 0 | 0.38 | 0.60 | 0.16 | 22.03 | 0.6 | 0.58 |
| Hex | D5 | 84 | 55 | 0 | 26 | 3C | 10 | 16 | 3C | 3A |
| Octal | 325 | 204 | 125 | 0 | 46 | 74 | 20 | 26 | 74 | 72 |
| Binary | 11010101 | 10000100 | 1010101 | 0 | 100110 | 111100 | 10000 | 10110 | 111100 | 111010 |
Color Harmonies of #D58455
Complementary color
Monochromatic Colors of #D58455
Black with #D58455
Text Example
Text Example
White with #D58455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58455; }
p { color: rgb(213,132,85); }
H1.HeaderClassName
{
color: #D58455;
}
.AnyTagClassName
{
color: #D58455;
}
</style>
background-color css
<style>
a { background-color: #D58455; }
a { background-color: rgb(213,132,85); }
div.DivClassName
{
background-color: #D58455;
}
.BgClassName
{
background-color: #D58455;
}
</style>
border-color css
<style>
span { border-color: #D58455; }
span { border-color: rgb(213,132,85); }
td.TdClassName
{
border-color: #D58455;
}
.TagClassName
{
border-color: #D58455;
}
</style>