Shades of Burning Sand #D6875D
Tints of Burning Sand #D6875D
RGB
CMYK
RGB Variations
Color information
#D6875D (or 0xD6875D) is known color: Burning Sand. HEX triplet: D6, 87 and 5D. RGB value is (214,135,93). Sum of RGB (Red+Green+Blue) = 214+135+93=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6875D is #2978A2. Grayscale: #9A9A9A. Windows color (decimal): -2717859 or 6129622. OLE color: 6129622.
HSL color Cylindrical-coordinate representation of color #D6875D: hue angle of 20.83º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6875D is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 93 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.16 |
| HSL | 20.83º | 0.6% | 0.6% | - |
| HSV(B) | 20.83º | 0.57% | 0.84% | - |
| XYZ | 38.37 | 32.41 | 14.59 | - |
| YUV | 153.83 | 93.67 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 93 | 0 | 0.37 | 0.57 | 0.16 | 20.83 | 0.6 | 0.6 |
| Hex | D6 | 87 | 5D | 0 | 25 | 39 | 10 | 15 | 3C | 3C |
| Octal | 326 | 207 | 135 | 0 | 45 | 71 | 20 | 25 | 74 | 74 |
| Binary | 11010110 | 10000111 | 1011101 | 0 | 100101 | 111001 | 10000 | 10101 | 111100 | 111100 |
Color Harmonies of #D6875D
Complementary color
Monochromatic Colors of #D6875D
Black with #D6875D
Text Example
Text Example
White with #D6875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6875D; }
p { color: rgb(214,135,93); }
H1.HeaderClassName
{
color: #D6875D;
}
.AnyTagClassName
{
color: #D6875D;
}
</style>
background-color css
<style>
a { background-color: #D6875D; }
a { background-color: rgb(214,135,93); }
div.DivClassName
{
background-color: #D6875D;
}
.BgClassName
{
background-color: #D6875D;
}
</style>
border-color css
<style>
span { border-color: #D6875D; }
span { border-color: rgb(214,135,93); }
td.TdClassName
{
border-color: #D6875D;
}
.TagClassName
{
border-color: #D6875D;
}
</style>