Shades of Burning Sand #D18256
Tints of Burning Sand #D18256
RGB
CMYK
RGB Variations
Color information
#D18256 (or 0xD18256) is known color: Burning Sand. HEX triplet: D1, 82 and 56. RGB value is (209,130,86). Sum of RGB (Red+Green+Blue) = 209+130+86=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D18256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18256 is #2E7DA9. Grayscale: #949494. Windows color (decimal): -3046826 or 5669585. OLE color: 5669585.
HSL color Cylindrical-coordinate representation of color #D18256: hue angle of 21.46º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D18256 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 86 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.18 |
| HSL | 21.46º | 0.57% | 0.58% | - |
| HSV(B) | 21.46º | 0.59% | 0.82% | - |
| XYZ | 35.96 | 30.19 | 12.74 | - |
| YUV | 148.61 | 92.67 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 86 | 0 | 0.38 | 0.59 | 0.18 | 21.46 | 0.57 | 0.58 |
| Hex | D1 | 82 | 56 | 0 | 26 | 3B | 12 | 15 | 39 | 3A |
| Octal | 321 | 202 | 126 | 0 | 46 | 73 | 22 | 25 | 71 | 72 |
| Binary | 11010001 | 10000010 | 1010110 | 0 | 100110 | 111011 | 10010 | 10101 | 111001 | 111010 |
Color Harmonies of #D18256
Complementary color
Monochromatic Colors of #D18256
Black with #D18256
Text Example
Text Example
White with #D18256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18256; }
p { color: rgb(209,130,86); }
H1.HeaderClassName
{
color: #D18256;
}
.AnyTagClassName
{
color: #D18256;
}
</style>
background-color css
<style>
a { background-color: #D18256; }
a { background-color: rgb(209,130,86); }
div.DivClassName
{
background-color: #D18256;
}
.BgClassName
{
background-color: #D18256;
}
</style>
border-color css
<style>
span { border-color: #D18256; }
span { border-color: rgb(209,130,86); }
td.TdClassName
{
border-color: #D18256;
}
.TagClassName
{
border-color: #D18256;
}
</style>