Shades of Burning Sand #D1786A
Tints of Burning Sand #D1786A
RGB
CMYK
RGB Variations
Color information
#D1786A (or 0xD1786A) is known color: Burning Sand. HEX triplet: D1, 78 and 6A. RGB value is (209,120,106). Sum of RGB (Red+Green+Blue) = 209+120+106=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1786A is #2E8795. Grayscale: #919191. Windows color (decimal): -3049366 or 6977745. OLE color: 6977745.
HSL color Cylindrical-coordinate representation of color #D1786A: hue angle of 8.16º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1786A is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 106 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.18 |
| HSL | 8.16º | 0.53% | 0.62% | - |
| HSV(B) | 8.16º | 0.49% | 0.82% | - |
| XYZ | 35.61 | 28.03 | 17.17 | - |
| YUV | 145.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 106 | 0 | 0.43 | 0.49 | 0.18 | 8.16 | 0.53 | 0.62 |
| Hex | D1 | 78 | 6A | 0 | 2B | 31 | 12 | 8 | 35 | 3E |
| Octal | 321 | 170 | 152 | 0 | 53 | 61 | 22 | 10 | 65 | 76 |
| Binary | 11010001 | 1111000 | 1101010 | 0 | 101011 | 110001 | 10010 | 1000 | 110101 | 111110 |
Color Harmonies of #D1786A
Complementary color
Monochromatic Colors of #D1786A
Black with #D1786A
Text Example
Text Example
White with #D1786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1786A; }
p { color: rgb(209,120,106); }
H1.HeaderClassName
{
color: #D1786A;
}
.AnyTagClassName
{
color: #D1786A;
}
</style>
background-color css
<style>
a { background-color: #D1786A; }
a { background-color: rgb(209,120,106); }
div.DivClassName
{
background-color: #D1786A;
}
.BgClassName
{
background-color: #D1786A;
}
</style>
border-color css
<style>
span { border-color: #D1786A; }
span { border-color: rgb(209,120,106); }
td.TdClassName
{
border-color: #D1786A;
}
.TagClassName
{
border-color: #D1786A;
}
</style>