Shades of Burning Sand #D58361
Tints of Burning Sand #D58361
RGB
CMYK
RGB Variations
Color information
#D58361 (or 0xD58361) is known color: Burning Sand. HEX triplet: D5, 83 and 61. RGB value is (213,131,97). Sum of RGB (Red+Green+Blue) = 213+131+97=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D58361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58361 is #2A7C9E. Grayscale: #979797. Windows color (decimal): -2784415 or 6390741. OLE color: 6390741.
HSL color Cylindrical-coordinate representation of color #D58361: hue angle of 17.59º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D58361 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 97 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.16 |
| HSL | 17.59º | 0.58% | 0.61% | - |
| HSV(B) | 17.59º | 0.54% | 0.84% | - |
| XYZ | 37.71 | 31.24 | 15.35 | - |
| YUV | 151.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 97 | 0 | 0.38 | 0.54 | 0.16 | 17.59 | 0.58 | 0.61 |
| Hex | D5 | 83 | 61 | 0 | 26 | 36 | 10 | 12 | 3A | 3D |
| Octal | 325 | 203 | 141 | 0 | 46 | 66 | 20 | 22 | 72 | 75 |
| Binary | 11010101 | 10000011 | 1100001 | 0 | 100110 | 110110 | 10000 | 10010 | 111010 | 111101 |
Color Harmonies of #D58361
Complementary color
Monochromatic Colors of #D58361
Black with #D58361
Text Example
Text Example
White with #D58361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58361; }
p { color: rgb(213,131,97); }
H1.HeaderClassName
{
color: #D58361;
}
.AnyTagClassName
{
color: #D58361;
}
</style>
background-color css
<style>
a { background-color: #D58361; }
a { background-color: rgb(213,131,97); }
div.DivClassName
{
background-color: #D58361;
}
.BgClassName
{
background-color: #D58361;
}
</style>
border-color css
<style>
span { border-color: #D58361; }
span { border-color: rgb(213,131,97); }
td.TdClassName
{
border-color: #D58361;
}
.TagClassName
{
border-color: #D58361;
}
</style>