Shades of Burning Sand #D18366
Tints of Burning Sand #D18366
RGB
CMYK
RGB Variations
Color information
#D18366 (or 0xD18366) is known color: Burning Sand. HEX triplet: D1, 83 and 66. RGB value is (209,131,102). Sum of RGB (Red+Green+Blue) = 209+131+102=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D18366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18366 is #2E7C99. Grayscale: #979797. Windows color (decimal): -3046554 or 6718417. OLE color: 6718417.
HSL color Cylindrical-coordinate representation of color #D18366: hue angle of 16.26º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D18366 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 102 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.18 |
| HSL | 16.26º | 0.54% | 0.61% | - |
| HSV(B) | 16.26º | 0.51% | 0.82% | - |
| XYZ | 36.81 | 30.75 | 16.57 | - |
| YUV | 151.02 | 100.34 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 102 | 0 | 0.37 | 0.51 | 0.18 | 16.26 | 0.54 | 0.61 |
| Hex | D1 | 83 | 66 | 0 | 25 | 33 | 12 | 10 | 36 | 3D |
| Octal | 321 | 203 | 146 | 0 | 45 | 63 | 22 | 20 | 66 | 75 |
| Binary | 11010001 | 10000011 | 1100110 | 0 | 100101 | 110011 | 10010 | 10000 | 110110 | 111101 |
Color Harmonies of #D18366
Complementary color
Monochromatic Colors of #D18366
Black with #D18366
Text Example
Text Example
White with #D18366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18366; }
p { color: rgb(209,131,102); }
H1.HeaderClassName
{
color: #D18366;
}
.AnyTagClassName
{
color: #D18366;
}
</style>
background-color css
<style>
a { background-color: #D18366; }
a { background-color: rgb(209,131,102); }
div.DivClassName
{
background-color: #D18366;
}
.BgClassName
{
background-color: #D18366;
}
</style>
border-color css
<style>
span { border-color: #D18366; }
span { border-color: rgb(209,131,102); }
td.TdClassName
{
border-color: #D18366;
}
.TagClassName
{
border-color: #D18366;
}
</style>