Shades of Burning Sand #D1856C
Tints of Burning Sand #D1856C
RGB
CMYK
RGB Variations
Color information
#D1856C (or 0xD1856C) is known color: Burning Sand. HEX triplet: D1, 85 and 6C. RGB value is (209,133,108). Sum of RGB (Red+Green+Blue) = 209+133+108=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D1856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1856C is #2E7A93. Grayscale: #999999. Windows color (decimal): -3046036 or 7112145. OLE color: 7112145.
HSL color Cylindrical-coordinate representation of color #D1856C: hue angle of 14.85º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1856C is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 108 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.18 |
| HSL | 14.85º | 0.52% | 0.62% | - |
| HSV(B) | 14.85º | 0.48% | 0.82% | - |
| XYZ | 37.39 | 31.41 | 18.28 | - |
| YUV | 152.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 108 | 0 | 0.36 | 0.48 | 0.18 | 14.85 | 0.52 | 0.62 |
| Hex | D1 | 85 | 6C | 0 | 24 | 30 | 12 | F | 34 | 3E |
| Octal | 321 | 205 | 154 | 0 | 44 | 60 | 22 | 17 | 64 | 76 |
| Binary | 11010001 | 10000101 | 1101100 | 0 | 100100 | 110000 | 10010 | 1111 | 110100 | 111110 |
Color Harmonies of #D1856C
Complementary color
Monochromatic Colors of #D1856C
Black with #D1856C
Text Example
Text Example
White with #D1856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1856C; }
p { color: rgb(209,133,108); }
H1.HeaderClassName
{
color: #D1856C;
}
.AnyTagClassName
{
color: #D1856C;
}
</style>
background-color css
<style>
a { background-color: #D1856C; }
a { background-color: rgb(209,133,108); }
div.DivClassName
{
background-color: #D1856C;
}
.BgClassName
{
background-color: #D1856C;
}
</style>
border-color css
<style>
span { border-color: #D1856C; }
span { border-color: rgb(209,133,108); }
td.TdClassName
{
border-color: #D1856C;
}
.TagClassName
{
border-color: #D1856C;
}
</style>