Shades of Burning Sand #D18A68
Tints of Burning Sand #D18A68
RGB
CMYK
RGB Variations
Color information
#D18A68 (or 0xD18A68) is known color: Burning Sand. HEX triplet: D1, 8A and 68. RGB value is (209,138,104). Sum of RGB (Red+Green+Blue) = 209+138+104=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A68 is #2E7597. Grayscale: #9B9B9B. Windows color (decimal): -3044760 or 6851281. OLE color: 6851281.
HSL color Cylindrical-coordinate representation of color #D18A68: hue angle of 19.43º 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 #D18A68 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 104 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.18 |
| HSL | 19.43º | 0.53% | 0.61% | - |
| HSV(B) | 19.43º | 0.5% | 0.82% | - |
| XYZ | 37.88 | 32.73 | 17.42 | - |
| YUV | 155.35 | 99.02 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 104 | 0 | 0.34 | 0.50 | 0.18 | 19.43 | 0.53 | 0.61 |
| Hex | D1 | 8A | 68 | 0 | 22 | 32 | 12 | 13 | 35 | 3D |
| Octal | 321 | 212 | 150 | 0 | 42 | 62 | 22 | 23 | 65 | 75 |
| Binary | 11010001 | 10001010 | 1101000 | 0 | 100010 | 110010 | 10010 | 10011 | 110101 | 111101 |
Color Harmonies of #D18A68
Complementary color
Monochromatic Colors of #D18A68
Black with #D18A68
Text Example
Text Example
White with #D18A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A68; }
p { color: rgb(209,138,104); }
H1.HeaderClassName
{
color: #D18A68;
}
.AnyTagClassName
{
color: #D18A68;
}
</style>
background-color css
<style>
a { background-color: #D18A68; }
a { background-color: rgb(209,138,104); }
div.DivClassName
{
background-color: #D18A68;
}
.BgClassName
{
background-color: #D18A68;
}
</style>
border-color css
<style>
span { border-color: #D18A68; }
span { border-color: rgb(209,138,104); }
td.TdClassName
{
border-color: #D18A68;
}
.TagClassName
{
border-color: #D18A68;
}
</style>