Shades of Burning Sand #D1866F
Tints of Burning Sand #D1866F
RGB
CMYK
RGB Variations
Color information
#D1866F (or 0xD1866F) is known color: Burning Sand. HEX triplet: D1, 86 and 6F. RGB value is (209,134,111). Sum of RGB (Red+Green+Blue) = 209+134+111=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D1866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1866F is #2E7990. Grayscale: #999999. Windows color (decimal): -3045777 or 7309009. OLE color: 7309009.
HSL color Cylindrical-coordinate representation of color #D1866F: hue angle of 14.08º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1866F is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 111 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.18 |
| HSL | 14.08º | 0.52% | 0.63% | - |
| HSV(B) | 14.08º | 0.47% | 0.82% | - |
| XYZ | 37.69 | 31.75 | 19.18 | - |
| YUV | 153.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 111 | 0 | 0.36 | 0.47 | 0.18 | 14.08 | 0.52 | 0.63 |
| Hex | D1 | 86 | 6F | 0 | 24 | 2F | 12 | E | 34 | 3F |
| Octal | 321 | 206 | 157 | 0 | 44 | 57 | 22 | 16 | 64 | 77 |
| Binary | 11010001 | 10000110 | 1101111 | 0 | 100100 | 101111 | 10010 | 1110 | 110100 | 111111 |
Color Harmonies of #D1866F
Complementary color
Monochromatic Colors of #D1866F
Black with #D1866F
Text Example
Text Example
White with #D1866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1866F; }
p { color: rgb(209,134,111); }
H1.HeaderClassName
{
color: #D1866F;
}
.AnyTagClassName
{
color: #D1866F;
}
</style>
background-color css
<style>
a { background-color: #D1866F; }
a { background-color: rgb(209,134,111); }
div.DivClassName
{
background-color: #D1866F;
}
.BgClassName
{
background-color: #D1866F;
}
</style>
border-color css
<style>
span { border-color: #D1866F; }
span { border-color: rgb(209,134,111); }
td.TdClassName
{
border-color: #D1866F;
}
.TagClassName
{
border-color: #D1866F;
}
</style>