Shades of Burning Sand #D18059
Tints of Burning Sand #D18059
RGB
CMYK
RGB Variations
Color information
#D18059 (or 0xD18059) is known color: Burning Sand. HEX triplet: D1, 80 and 59. RGB value is (209,128,89). Sum of RGB (Red+Green+Blue) = 209+128+89=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D18059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18059 is #2E7FA6. Grayscale: #949494. Windows color (decimal): -3047335 or 5865681. OLE color: 5865681.
HSL color Cylindrical-coordinate representation of color #D18059: hue angle of 19.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D18059 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 89 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.18 |
| HSL | 19.5º | 0.57% | 0.58% | - |
| HSV(B) | 19.5º | 0.57% | 0.82% | - |
| XYZ | 35.82 | 29.71 | 13.3 | - |
| YUV | 147.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 89 | 0 | 0.39 | 0.57 | 0.18 | 19.5 | 0.57 | 0.58 |
| Hex | D1 | 80 | 59 | 0 | 27 | 39 | 12 | 14 | 39 | 3A |
| Octal | 321 | 200 | 131 | 0 | 47 | 71 | 22 | 24 | 71 | 72 |
| Binary | 11010001 | 10000000 | 1011001 | 0 | 100111 | 111001 | 10010 | 10100 | 111001 | 111010 |
Color Harmonies of #D18059
Complementary color
Monochromatic Colors of #D18059
Black with #D18059
Text Example
Text Example
White with #D18059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18059; }
p { color: rgb(209,128,89); }
H1.HeaderClassName
{
color: #D18059;
}
.AnyTagClassName
{
color: #D18059;
}
</style>
background-color css
<style>
a { background-color: #D18059; }
a { background-color: rgb(209,128,89); }
div.DivClassName
{
background-color: #D18059;
}
.BgClassName
{
background-color: #D18059;
}
</style>
border-color css
<style>
span { border-color: #D18059; }
span { border-color: rgb(209,128,89); }
td.TdClassName
{
border-color: #D18059;
}
.TagClassName
{
border-color: #D18059;
}
</style>