Shades of Burning Sand #D18058
Tints of Burning Sand #D18058
RGB
CMYK
RGB Variations
Color information
#D18058 (or 0xD18058) is known color: Burning Sand. HEX triplet: D1, 80 and 58. RGB value is (209,128,88). Sum of RGB (Red+Green+Blue) = 209+128+88=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D18058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18058 is #2E7FA7. Grayscale: #939393. Windows color (decimal): -3047336 or 5800145. OLE color: 5800145.
HSL color Cylindrical-coordinate representation of color #D18058: hue angle of 19.83º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D18058 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 88 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.18 |
| HSL | 19.83º | 0.57% | 0.58% | - |
| HSV(B) | 19.83º | 0.58% | 0.82% | - |
| XYZ | 35.78 | 29.7 | 13.08 | - |
| YUV | 147.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 88 | 0 | 0.39 | 0.58 | 0.18 | 19.83 | 0.57 | 0.58 |
| Hex | D1 | 80 | 58 | 0 | 27 | 3A | 12 | 14 | 39 | 3A |
| Octal | 321 | 200 | 130 | 0 | 47 | 72 | 22 | 24 | 71 | 72 |
| Binary | 11010001 | 10000000 | 1011000 | 0 | 100111 | 111010 | 10010 | 10100 | 111001 | 111010 |
Color Harmonies of #D18058
Complementary color
Monochromatic Colors of #D18058
Black with #D18058
Text Example
Text Example
White with #D18058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18058; }
p { color: rgb(209,128,88); }
H1.HeaderClassName
{
color: #D18058;
}
.AnyTagClassName
{
color: #D18058;
}
</style>
background-color css
<style>
a { background-color: #D18058; }
a { background-color: rgb(209,128,88); }
div.DivClassName
{
background-color: #D18058;
}
.BgClassName
{
background-color: #D18058;
}
</style>
border-color css
<style>
span { border-color: #D18058; }
span { border-color: rgb(209,128,88); }
td.TdClassName
{
border-color: #D18058;
}
.TagClassName
{
border-color: #D18058;
}
</style>