Shades of Tahuna Sands #D8D18E
Tints of Tahuna Sands #D8D18E
RGB
CMYK
RGB Variations
Color information
#D8D18E (or 0xD8D18E) is known color: Tahuna Sands. HEX triplet: D8, D1 and 8E. RGB value is (216,209,142). Sum of RGB (Red+Green+Blue) = 216+209+142=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 142 (55.86% from 255 or 25.04% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D18E is #272E71. Grayscale: #CBCBCB. Windows color (decimal): -2567794 or 9359832. OLE color: 9359832.
HSL color Cylindrical-coordinate representation of color #D8D18E: hue angle of 54.32º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8D18E is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 142 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.15 |
| HSL | 54.32º | 0.49% | 0.7% | - |
| HSV(B) | 54.32º | 0.34% | 0.85% | - |
| XYZ | 56 | 62.15 | 34.64 | - |
| YUV | 203.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 142 | 0 | 0.03 | 0.34 | 0.15 | 54.32 | 0.49 | 0.7 |
| Hex | D8 | D1 | 8E | 0 | 3 | 22 | F | 36 | 31 | 46 |
| Octal | 330 | 321 | 216 | 0 | 3 | 42 | 17 | 66 | 61 | 106 |
| Binary | 11011000 | 11010001 | 10001110 | 0 | 11 | 100010 | 1111 | 110110 | 110001 | 1000110 |
Color Harmonies of #D8D18E
Complementary color
Monochromatic Colors of #D8D18E
Black with #D8D18E
Text Example
Text Example
White with #D8D18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D18E; }
p { color: rgb(216,209,142); }
H1.HeaderClassName
{
color: #D8D18E;
}
.AnyTagClassName
{
color: #D8D18E;
}
</style>
background-color css
<style>
a { background-color: #D8D18E; }
a { background-color: rgb(216,209,142); }
div.DivClassName
{
background-color: #D8D18E;
}
.BgClassName
{
background-color: #D8D18E;
}
</style>
border-color css
<style>
span { border-color: #D8D18E; }
span { border-color: rgb(216,209,142); }
td.TdClassName
{
border-color: #D8D18E;
}
.TagClassName
{
border-color: #D8D18E;
}
</style>