Shades of Burning Sand #D18869
Tints of Burning Sand #D18869
RGB
CMYK
RGB Variations
Color information
#D18869 (or 0xD18869) is known color: Burning Sand. HEX triplet: D1, 88 and 69. RGB value is (209,136,105). Sum of RGB (Red+Green+Blue) = 209+136+105=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D18869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18869 is #2E7796. Grayscale: #9A9A9A. Windows color (decimal): -3045271 or 6916305. OLE color: 6916305.
HSL color Cylindrical-coordinate representation of color #D18869: hue angle of 17.88º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D18869 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 105 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.18 |
| HSL | 17.88º | 0.53% | 0.62% | - |
| HSV(B) | 17.88º | 0.5% | 0.82% | - |
| XYZ | 37.65 | 32.18 | 17.59 | - |
| YUV | 154.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 105 | 0 | 0.35 | 0.50 | 0.18 | 17.88 | 0.53 | 0.62 |
| Hex | D1 | 88 | 69 | 0 | 23 | 32 | 12 | 12 | 35 | 3E |
| Octal | 321 | 210 | 151 | 0 | 43 | 62 | 22 | 22 | 65 | 76 |
| Binary | 11010001 | 10001000 | 1101001 | 0 | 100011 | 110010 | 10010 | 10010 | 110101 | 111110 |
Color Harmonies of #D18869
Complementary color
Monochromatic Colors of #D18869
Black with #D18869
Text Example
Text Example
White with #D18869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18869; }
p { color: rgb(209,136,105); }
H1.HeaderClassName
{
color: #D18869;
}
.AnyTagClassName
{
color: #D18869;
}
</style>
background-color css
<style>
a { background-color: #D18869; }
a { background-color: rgb(209,136,105); }
div.DivClassName
{
background-color: #D18869;
}
.BgClassName
{
background-color: #D18869;
}
</style>
border-color css
<style>
span { border-color: #D18869; }
span { border-color: rgb(209,136,105); }
td.TdClassName
{
border-color: #D18869;
}
.TagClassName
{
border-color: #D18869;
}
</style>