Shades of Tahuna Sands #D8D09B
Tints of Tahuna Sands #D8D09B
RGB
CMYK
RGB Variations
Color information
#D8D09B (or 0xD8D09B) is known color: Tahuna Sands. HEX triplet: D8, D0 and 9B. RGB value is (216,208,155). Sum of RGB (Red+Green+Blue) = 216+208+155=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D09B is #272F64. Grayscale: #CCCCCC. Windows color (decimal): -2568037 or 10211544. OLE color: 10211544.
HSL color Cylindrical-coordinate representation of color #D8D09B: hue angle of 52.13º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8D09B is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 155 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.15 |
| HSL | 52.13º | 0.44% | 0.73% | - |
| HSV(B) | 52.13º | 0.28% | 0.85% | - |
| XYZ | 56.79 | 62.08 | 40 | - |
| YUV | 204.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 155 | 0 | 0.04 | 0.28 | 0.15 | 52.13 | 0.44 | 0.73 |
| Hex | D8 | D0 | 9B | 0 | 4 | 1C | F | 34 | 2C | 49 |
| Octal | 330 | 320 | 233 | 0 | 4 | 34 | 17 | 64 | 54 | 111 |
| Binary | 11011000 | 11010000 | 10011011 | 0 | 100 | 11100 | 1111 | 110100 | 101100 | 1001001 |
Color Harmonies of #D8D09B
Complementary color
Monochromatic Colors of #D8D09B
Black with #D8D09B
Text Example
Text Example
White with #D8D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D09B; }
p { color: rgb(216,208,155); }
H1.HeaderClassName
{
color: #D8D09B;
}
.AnyTagClassName
{
color: #D8D09B;
}
</style>
background-color css
<style>
a { background-color: #D8D09B; }
a { background-color: rgb(216,208,155); }
div.DivClassName
{
background-color: #D8D09B;
}
.BgClassName
{
background-color: #D8D09B;
}
</style>
border-color css
<style>
span { border-color: #D8D09B; }
span { border-color: rgb(216,208,155); }
td.TdClassName
{
border-color: #D8D09B;
}
.TagClassName
{
border-color: #D8D09B;
}
</style>