Shades of Burning Sand #D58362
Tints of Burning Sand #D58362
RGB
CMYK
RGB Variations
Color information
#D58362 (or 0xD58362) is known color: Burning Sand. HEX triplet: D5, 83 and 62. RGB value is (213,131,98). Sum of RGB (Red+Green+Blue) = 213+131+98=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D58362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58362 is #2A7C9D. Grayscale: #979797. Windows color (decimal): -2784414 or 6456277. OLE color: 6456277.
HSL color Cylindrical-coordinate representation of color #D58362: hue angle of 17.22º 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 #D58362 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 98 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.16 |
| HSL | 17.22º | 0.58% | 0.61% | - |
| HSV(B) | 17.22º | 0.54% | 0.84% | - |
| XYZ | 37.76 | 31.26 | 15.6 | - |
| YUV | 151.76 | 97.67 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 98 | 0 | 0.38 | 0.54 | 0.16 | 17.22 | 0.58 | 0.61 |
| Hex | D5 | 83 | 62 | 0 | 26 | 36 | 10 | 11 | 3A | 3D |
| Octal | 325 | 203 | 142 | 0 | 46 | 66 | 20 | 21 | 72 | 75 |
| Binary | 11010101 | 10000011 | 1100010 | 0 | 100110 | 110110 | 10000 | 10001 | 111010 | 111101 |
Color Harmonies of #D58362
Complementary color
Monochromatic Colors of #D58362
Black with #D58362
Text Example
Text Example
White with #D58362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58362; }
p { color: rgb(213,131,98); }
H1.HeaderClassName
{
color: #D58362;
}
.AnyTagClassName
{
color: #D58362;
}
</style>
background-color css
<style>
a { background-color: #D58362; }
a { background-color: rgb(213,131,98); }
div.DivClassName
{
background-color: #D58362;
}
.BgClassName
{
background-color: #D58362;
}
</style>
border-color css
<style>
span { border-color: #D58362; }
span { border-color: rgb(213,131,98); }
td.TdClassName
{
border-color: #D58362;
}
.TagClassName
{
border-color: #D58362;
}
</style>