Shades of Burning Sand #D18258
Tints of Burning Sand #D18258
RGB
CMYK
RGB Variations
Color information
#D18258 (or 0xD18258) is known color: Burning Sand. HEX triplet: D1, 82 and 58. RGB value is (209,130,88). Sum of RGB (Red+Green+Blue) = 209+130+88=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D18258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18258 is #2E7DA7. Grayscale: #959595. Windows color (decimal): -3046824 or 5800657. OLE color: 5800657.
HSL color Cylindrical-coordinate representation of color #D18258: hue angle of 20.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 #D18258 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 88 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.18 |
| HSL | 20.83º | 0.57% | 0.58% | - |
| HSV(B) | 20.83º | 0.58% | 0.82% | - |
| XYZ | 36.04 | 30.23 | 13.17 | - |
| YUV | 148.83 | 93.67 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 88 | 0 | 0.38 | 0.58 | 0.18 | 20.83 | 0.57 | 0.58 |
| Hex | D1 | 82 | 58 | 0 | 26 | 3A | 12 | 15 | 39 | 3A |
| Octal | 321 | 202 | 130 | 0 | 46 | 72 | 22 | 25 | 71 | 72 |
| Binary | 11010001 | 10000010 | 1011000 | 0 | 100110 | 111010 | 10010 | 10101 | 111001 | 111010 |
Color Harmonies of #D18258
Complementary color
Monochromatic Colors of #D18258
Black with #D18258
Text Example
Text Example
White with #D18258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18258; }
p { color: rgb(209,130,88); }
H1.HeaderClassName
{
color: #D18258;
}
.AnyTagClassName
{
color: #D18258;
}
</style>
background-color css
<style>
a { background-color: #D18258; }
a { background-color: rgb(209,130,88); }
div.DivClassName
{
background-color: #D18258;
}
.BgClassName
{
background-color: #D18258;
}
</style>
border-color css
<style>
span { border-color: #D18258; }
span { border-color: rgb(209,130,88); }
td.TdClassName
{
border-color: #D18258;
}
.TagClassName
{
border-color: #D18258;
}
</style>