Shades of Burning Sand #D6875C
Tints of Burning Sand #D6875C
RGB
CMYK
RGB Variations
Color information
#D6875C (or 0xD6875C) is known color: Burning Sand. HEX triplet: D6, 87 and 5C. RGB value is (214,135,92). Sum of RGB (Red+Green+Blue) = 214+135+92=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6875C is #2978A3. Grayscale: #999999. Windows color (decimal): -2717860 or 6064086. OLE color: 6064086.
HSL color Cylindrical-coordinate representation of color #D6875C: hue angle of 21.15º 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 #D6875C is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 92 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.16 |
| HSL | 21.15º | 0.6% | 0.6% | - |
| HSV(B) | 21.15º | 0.57% | 0.84% | - |
| XYZ | 38.33 | 32.4 | 14.36 | - |
| YUV | 153.72 | 93.17 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 92 | 0 | 0.37 | 0.57 | 0.16 | 21.15 | 0.6 | 0.6 |
| Hex | D6 | 87 | 5C | 0 | 25 | 39 | 10 | 15 | 3C | 3C |
| Octal | 326 | 207 | 134 | 0 | 45 | 71 | 20 | 25 | 74 | 74 |
| Binary | 11010110 | 10000111 | 1011100 | 0 | 100101 | 111001 | 10000 | 10101 | 111100 | 111100 |
Color Harmonies of #D6875C
Complementary color
Monochromatic Colors of #D6875C
Black with #D6875C
Text Example
Text Example
White with #D6875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6875C; }
p { color: rgb(214,135,92); }
H1.HeaderClassName
{
color: #D6875C;
}
.AnyTagClassName
{
color: #D6875C;
}
</style>
background-color css
<style>
a { background-color: #D6875C; }
a { background-color: rgb(214,135,92); }
div.DivClassName
{
background-color: #D6875C;
}
.BgClassName
{
background-color: #D6875C;
}
</style>
border-color css
<style>
span { border-color: #D6875C; }
span { border-color: rgb(214,135,92); }
td.TdClassName
{
border-color: #D6875C;
}
.TagClassName
{
border-color: #D6875C;
}
</style>