Shades of Tahuna Sands #D0D09E
Tints of Tahuna Sands #D0D09E
RGB
CMYK
RGB Variations
Color information
#D0D09E (or 0xD0D09E) is known color: Tahuna Sands. HEX triplet: D0, D0 and 9E. RGB value is (208,208,158). Sum of RGB (Red+Green+Blue) = 208+208+158=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D09E is #2F2F61. Grayscale: #CACACA. Windows color (decimal): -3092322 or 10408144. OLE color: 10408144.
HSL color Cylindrical-coordinate representation of color #D0D09E: hue angle of 60º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0D09E is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 208 | 158 | - |
| CMYK | 0 | 0 | 0.24 | 0.18 |
| HSL | 60º | 0.35% | 0.72% | - |
| HSV(B) | 60º | 0.24% | 0.82% | - |
| XYZ | 54.74 | 60.99 | 41.23 | - |
| YUV | 202.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 208 | 158 | 0 | 0 | 0.24 | 0.18 | 60 | 0.35 | 0.72 |
| Hex | D0 | D0 | 9E | 0 | 0 | 18 | 12 | 3C | 23 | 48 |
| Octal | 320 | 320 | 236 | 0 | 0 | 30 | 22 | 74 | 43 | 110 |
| Binary | 11010000 | 11010000 | 10011110 | 0 | 0 | 11000 | 10010 | 111100 | 100011 | 1001000 |
Color Harmonies of #D0D09E
Complementary color
Monochromatic Colors of #D0D09E
Black with #D0D09E
Text Example
Text Example
White with #D0D09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D09E; }
p { color: rgb(208,208,158); }
H1.HeaderClassName
{
color: #D0D09E;
}
.AnyTagClassName
{
color: #D0D09E;
}
</style>
background-color css
<style>
a { background-color: #D0D09E; }
a { background-color: rgb(208,208,158); }
div.DivClassName
{
background-color: #D0D09E;
}
.BgClassName
{
background-color: #D0D09E;
}
</style>
border-color css
<style>
span { border-color: #D0D09E; }
span { border-color: rgb(208,208,158); }
td.TdClassName
{
border-color: #D0D09E;
}
.TagClassName
{
border-color: #D0D09E;
}
</style>