Shades of Tahuna Sands #D8D094
Tints of Tahuna Sands #D8D094
RGB
CMYK
RGB Variations
Color information
#D8D094 (or 0xD8D094) is known color: Tahuna Sands. HEX triplet: D8, D0 and 94. RGB value is (216,208,148). Sum of RGB (Red+Green+Blue) = 216+208+148=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 148 (58.20% from 255 or 25.87% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D094 is #272F6B. Grayscale: #CBCBCB. Windows color (decimal): -2568044 or 9752792. OLE color: 9752792.
HSL color Cylindrical-coordinate representation of color #D8D094: hue angle of 52.94º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8D094 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 148 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.15 |
| HSL | 52.94º | 0.47% | 0.71% | - |
| HSV(B) | 52.94º | 0.31% | 0.85% | - |
| XYZ | 56.22 | 61.85 | 36.99 | - |
| YUV | 203.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 148 | 0 | 0.04 | 0.31 | 0.15 | 52.94 | 0.47 | 0.71 |
| Hex | D8 | D0 | 94 | 0 | 4 | 1F | F | 35 | 2F | 47 |
| Octal | 330 | 320 | 224 | 0 | 4 | 37 | 17 | 65 | 57 | 107 |
| Binary | 11011000 | 11010000 | 10010100 | 0 | 100 | 11111 | 1111 | 110101 | 101111 | 1000111 |
Color Harmonies of #D8D094
Complementary color
Monochromatic Colors of #D8D094
Black with #D8D094
Text Example
Text Example
White with #D8D094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D094; }
p { color: rgb(216,208,148); }
H1.HeaderClassName
{
color: #D8D094;
}
.AnyTagClassName
{
color: #D8D094;
}
</style>
background-color css
<style>
a { background-color: #D8D094; }
a { background-color: rgb(216,208,148); }
div.DivClassName
{
background-color: #D8D094;
}
.BgClassName
{
background-color: #D8D094;
}
</style>
border-color css
<style>
span { border-color: #D8D094; }
span { border-color: rgb(216,208,148); }
td.TdClassName
{
border-color: #D8D094;
}
.TagClassName
{
border-color: #D8D094;
}
</style>