Shades of Burning Sand #D5875E
Tints of Burning Sand #D5875E
RGB
CMYK
RGB Variations
Color information
#D5875E (or 0xD5875E) is known color: Burning Sand. HEX triplet: D5, 87 and 5E. RGB value is (213,135,94). Sum of RGB (Red+Green+Blue) = 213+135+94=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D5875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5875E is #2A78A1. Grayscale: #999999. Windows color (decimal): -2783394 or 6195157. OLE color: 6195157.
HSL color Cylindrical-coordinate representation of color #D5875E: hue angle of 20.67º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5875E is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 94 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.16 |
| HSL | 20.67º | 0.59% | 0.6% | - |
| HSV(B) | 20.67º | 0.56% | 0.84% | - |
| XYZ | 38.12 | 32.28 | 14.81 | - |
| YUV | 153.65 | 94.34 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 94 | 0 | 0.37 | 0.56 | 0.16 | 20.67 | 0.59 | 0.6 |
| Hex | D5 | 87 | 5E | 0 | 25 | 38 | 10 | 15 | 3B | 3C |
| Octal | 325 | 207 | 136 | 0 | 45 | 70 | 20 | 25 | 73 | 74 |
| Binary | 11010101 | 10000111 | 1011110 | 0 | 100101 | 111000 | 10000 | 10101 | 111011 | 111100 |
Color Harmonies of #D5875E
Complementary color
Monochromatic Colors of #D5875E
Black with #D5875E
Text Example
Text Example
White with #D5875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5875E; }
p { color: rgb(213,135,94); }
H1.HeaderClassName
{
color: #D5875E;
}
.AnyTagClassName
{
color: #D5875E;
}
</style>
background-color css
<style>
a { background-color: #D5875E; }
a { background-color: rgb(213,135,94); }
div.DivClassName
{
background-color: #D5875E;
}
.BgClassName
{
background-color: #D5875E;
}
</style>
border-color css
<style>
span { border-color: #D5875E; }
span { border-color: rgb(213,135,94); }
td.TdClassName
{
border-color: #D5875E;
}
.TagClassName
{
border-color: #D5875E;
}
</style>