Shades of Tahuna Sands #D9D08F
Tints of Tahuna Sands #D9D08F
RGB
CMYK
RGB Variations
Color information
#D9D08F (or 0xD9D08F) is known color: Tahuna Sands. HEX triplet: D9, D0 and 8F. RGB value is (217,208,143). Sum of RGB (Red+Green+Blue) = 217+208+143=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D08F is #262F70. Grayscale: #CBCBCB. Windows color (decimal): -2502513 or 9425113. OLE color: 9425113.
HSL color Cylindrical-coordinate representation of color #D9D08F: hue angle of 52.7º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9D08F is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 143 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.15 |
| HSL | 52.7º | 0.49% | 0.71% | - |
| HSV(B) | 52.7º | 0.34% | 0.85% | - |
| XYZ | 56.13 | 61.85 | 34.97 | - |
| YUV | 203.28 | 93.98 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 143 | 0 | 0.04 | 0.34 | 0.15 | 52.7 | 0.49 | 0.71 |
| Hex | D9 | D0 | 8F | 0 | 4 | 22 | F | 35 | 31 | 47 |
| Octal | 331 | 320 | 217 | 0 | 4 | 42 | 17 | 65 | 61 | 107 |
| Binary | 11011001 | 11010000 | 10001111 | 0 | 100 | 100010 | 1111 | 110101 | 110001 | 1000111 |
Color Harmonies of #D9D08F
Complementary color
Monochromatic Colors of #D9D08F
Black with #D9D08F
Text Example
Text Example
White with #D9D08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D08F; }
p { color: rgb(217,208,143); }
H1.HeaderClassName
{
color: #D9D08F;
}
.AnyTagClassName
{
color: #D9D08F;
}
</style>
background-color css
<style>
a { background-color: #D9D08F; }
a { background-color: rgb(217,208,143); }
div.DivClassName
{
background-color: #D9D08F;
}
.BgClassName
{
background-color: #D9D08F;
}
</style>
border-color css
<style>
span { border-color: #D9D08F; }
span { border-color: rgb(217,208,143); }
td.TdClassName
{
border-color: #D9D08F;
}
.TagClassName
{
border-color: #D9D08F;
}
</style>