Shades of Burning Sand #D18668
Tints of Burning Sand #D18668
RGB
CMYK
RGB Variations
Color information
#D18668 (or 0xD18668) is known color: Burning Sand. HEX triplet: D1, 86 and 68. RGB value is (209,134,104). Sum of RGB (Red+Green+Blue) = 209+134+104=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D18668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18668 is #2E7997. Grayscale: #999999. Windows color (decimal): -3045784 or 6850257. OLE color: 6850257.
HSL color Cylindrical-coordinate representation of color #D18668: hue angle of 17.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D18668 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 104 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.18 |
| HSL | 17.14º | 0.53% | 0.61% | - |
| HSV(B) | 17.14º | 0.5% | 0.82% | - |
| XYZ | 37.32 | 31.6 | 17.23 | - |
| YUV | 153.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 104 | 0 | 0.36 | 0.50 | 0.18 | 17.14 | 0.53 | 0.61 |
| Hex | D1 | 86 | 68 | 0 | 24 | 32 | 12 | 11 | 35 | 3D |
| Octal | 321 | 206 | 150 | 0 | 44 | 62 | 22 | 21 | 65 | 75 |
| Binary | 11010001 | 10000110 | 1101000 | 0 | 100100 | 110010 | 10010 | 10001 | 110101 | 111101 |
Color Harmonies of #D18668
Complementary color
Monochromatic Colors of #D18668
Black with #D18668
Text Example
Text Example
White with #D18668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18668; }
p { color: rgb(209,134,104); }
H1.HeaderClassName
{
color: #D18668;
}
.AnyTagClassName
{
color: #D18668;
}
</style>
background-color css
<style>
a { background-color: #D18668; }
a { background-color: rgb(209,134,104); }
div.DivClassName
{
background-color: #D18668;
}
.BgClassName
{
background-color: #D18668;
}
</style>
border-color css
<style>
span { border-color: #D18668; }
span { border-color: rgb(209,134,104); }
td.TdClassName
{
border-color: #D18668;
}
.TagClassName
{
border-color: #D18668;
}
</style>