Shades of Tahuna Sands #D8D190
Tints of Tahuna Sands #D8D190
RGB
CMYK
RGB Variations
Color information
#D8D190 (or 0xD8D190) is known color: Tahuna Sands. HEX triplet: D8, D1 and 90. RGB value is (216,209,144). Sum of RGB (Red+Green+Blue) = 216+209+144=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D190 is #272E6F. Grayscale: #CBCBCB. Windows color (decimal): -2567792 or 9490904. OLE color: 9490904.
HSL color Cylindrical-coordinate representation of color #D8D190: hue angle of 54.17º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8D190 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 144 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.15 |
| HSL | 54.17º | 0.48% | 0.71% | - |
| HSV(B) | 54.17º | 0.33% | 0.85% | - |
| XYZ | 56.15 | 62.21 | 35.43 | - |
| YUV | 203.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 144 | 0 | 0.03 | 0.33 | 0.15 | 54.17 | 0.48 | 0.71 |
| Hex | D8 | D1 | 90 | 0 | 3 | 21 | F | 36 | 30 | 47 |
| Octal | 330 | 321 | 220 | 0 | 3 | 41 | 17 | 66 | 60 | 107 |
| Binary | 11011000 | 11010001 | 10010000 | 0 | 11 | 100001 | 1111 | 110110 | 110000 | 1000111 |
Color Harmonies of #D8D190
Complementary color
Monochromatic Colors of #D8D190
Black with #D8D190
Text Example
Text Example
White with #D8D190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D190; }
p { color: rgb(216,209,144); }
H1.HeaderClassName
{
color: #D8D190;
}
.AnyTagClassName
{
color: #D8D190;
}
</style>
background-color css
<style>
a { background-color: #D8D190; }
a { background-color: rgb(216,209,144); }
div.DivClassName
{
background-color: #D8D190;
}
.BgClassName
{
background-color: #D8D190;
}
</style>
border-color css
<style>
span { border-color: #D8D190; }
span { border-color: rgb(216,209,144); }
td.TdClassName
{
border-color: #D8D190;
}
.TagClassName
{
border-color: #D8D190;
}
</style>