Shades of Burning Sand #D58464
Tints of Burning Sand #D58464
RGB
CMYK
RGB Variations
Color information
#D58464 (or 0xD58464) is known color: Burning Sand. HEX triplet: D5, 84 and 64. RGB value is (213,132,100). Sum of RGB (Red+Green+Blue) = 213+132+100=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D58464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58464 is #2A7B9B. Grayscale: #989898. Windows color (decimal): -2784156 or 6587605. OLE color: 6587605.
HSL color Cylindrical-coordinate representation of color #D58464: hue angle of 16.99º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D58464 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 100 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.16 |
| HSL | 16.99º | 0.57% | 0.61% | - |
| HSV(B) | 16.99º | 0.53% | 0.84% | - |
| XYZ | 37.99 | 31.57 | 16.15 | - |
| YUV | 152.57 | 98.34 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 100 | 0 | 0.38 | 0.53 | 0.16 | 16.99 | 0.57 | 0.61 |
| Hex | D5 | 84 | 64 | 0 | 26 | 35 | 10 | 11 | 39 | 3D |
| Octal | 325 | 204 | 144 | 0 | 46 | 65 | 20 | 21 | 71 | 75 |
| Binary | 11010101 | 10000100 | 1100100 | 0 | 100110 | 110101 | 10000 | 10001 | 111001 | 111101 |
Color Harmonies of #D58464
Complementary color
Monochromatic Colors of #D58464
Black with #D58464
Text Example
Text Example
White with #D58464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58464; }
p { color: rgb(213,132,100); }
H1.HeaderClassName
{
color: #D58464;
}
.AnyTagClassName
{
color: #D58464;
}
</style>
background-color css
<style>
a { background-color: #D58464; }
a { background-color: rgb(213,132,100); }
div.DivClassName
{
background-color: #D58464;
}
.BgClassName
{
background-color: #D58464;
}
</style>
border-color css
<style>
span { border-color: #D58464; }
span { border-color: rgb(213,132,100); }
td.TdClassName
{
border-color: #D58464;
}
.TagClassName
{
border-color: #D58464;
}
</style>