Shades of Burning Sand #D58762
Tints of Burning Sand #D58762
RGB
CMYK
RGB Variations
Color information
#D58762 (or 0xD58762) is known color: Burning Sand. HEX triplet: D5, 87 and 62. RGB value is (213,135,98). Sum of RGB (Red+Green+Blue) = 213+135+98=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D58762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58762 is #2A789D. Grayscale: #9A9A9A. Windows color (decimal): -2783390 or 6457301. OLE color: 6457301.
HSL color Cylindrical-coordinate representation of color #D58762: hue angle of 19.3º 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 #D58762 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 98 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.16 |
| HSL | 19.3º | 0.58% | 0.61% | - |
| HSV(B) | 19.3º | 0.54% | 0.84% | - |
| XYZ | 38.31 | 32.36 | 15.78 | - |
| YUV | 154.1 | 96.34 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 98 | 0 | 0.37 | 0.54 | 0.16 | 19.3 | 0.58 | 0.61 |
| Hex | D5 | 87 | 62 | 0 | 25 | 36 | 10 | 13 | 3A | 3D |
| Octal | 325 | 207 | 142 | 0 | 45 | 66 | 20 | 23 | 72 | 75 |
| Binary | 11010101 | 10000111 | 1100010 | 0 | 100101 | 110110 | 10000 | 10011 | 111010 | 111101 |
Color Harmonies of #D58762
Complementary color
Monochromatic Colors of #D58762
Black with #D58762
Text Example
Text Example
White with #D58762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58762; }
p { color: rgb(213,135,98); }
H1.HeaderClassName
{
color: #D58762;
}
.AnyTagClassName
{
color: #D58762;
}
</style>
background-color css
<style>
a { background-color: #D58762; }
a { background-color: rgb(213,135,98); }
div.DivClassName
{
background-color: #D58762;
}
.BgClassName
{
background-color: #D58762;
}
</style>
border-color css
<style>
span { border-color: #D58762; }
span { border-color: rgb(213,135,98); }
td.TdClassName
{
border-color: #D58762;
}
.TagClassName
{
border-color: #D58762;
}
</style>