Shades of Burning Sand #D18463
Tints of Burning Sand #D18463
RGB
CMYK
RGB Variations
Color information
#D18463 (or 0xD18463) is known color: Burning Sand. HEX triplet: D1, 84 and 63. RGB value is (209,132,99). Sum of RGB (Red+Green+Blue) = 209+132+99=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D18463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18463 is #2E7B9C. Grayscale: #979797. Windows color (decimal): -3046301 or 6522065. OLE color: 6522065.
HSL color Cylindrical-coordinate representation of color #D18463: hue angle of 18º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D18463 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 99 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.18 |
| HSL | 18º | 0.54% | 0.6% | - |
| HSV(B) | 18º | 0.53% | 0.82% | - |
| XYZ | 36.8 | 30.96 | 15.84 | - |
| YUV | 151.26 | 98.51 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 99 | 0 | 0.37 | 0.53 | 0.18 | 18 | 0.54 | 0.6 |
| Hex | D1 | 84 | 63 | 0 | 25 | 35 | 12 | 12 | 36 | 3C |
| Octal | 321 | 204 | 143 | 0 | 45 | 65 | 22 | 22 | 66 | 74 |
| Binary | 11010001 | 10000100 | 1100011 | 0 | 100101 | 110101 | 10010 | 10010 | 110110 | 111100 |
Color Harmonies of #D18463
Complementary color
Monochromatic Colors of #D18463
Black with #D18463
Text Example
Text Example
White with #D18463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18463; }
p { color: rgb(209,132,99); }
H1.HeaderClassName
{
color: #D18463;
}
.AnyTagClassName
{
color: #D18463;
}
</style>
background-color css
<style>
a { background-color: #D18463; }
a { background-color: rgb(209,132,99); }
div.DivClassName
{
background-color: #D18463;
}
.BgClassName
{
background-color: #D18463;
}
</style>
border-color css
<style>
span { border-color: #D18463; }
span { border-color: rgb(209,132,99); }
td.TdClassName
{
border-color: #D18463;
}
.TagClassName
{
border-color: #D18463;
}
</style>