Shades of Tahuna Sands #D0D19E
Tints of Tahuna Sands #D0D19E
RGB
CMYK
RGB Variations
Color information
#D0D19E (or 0xD0D19E) is known color: Tahuna Sands. HEX triplet: D0, D1 and 9E. RGB value is (208,209,158). Sum of RGB (Red+Green+Blue) = 208+209+158=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D19E is #2F2E61. Grayscale: #CBCBCB. Windows color (decimal): -3092066 or 10408400. OLE color: 10408400.
HSL color Cylindrical-coordinate representation of color #D0D19E: hue angle of 61.18º degrees, saturation: 0.36, 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 #D0D19E is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 158 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.18 |
| HSL | 61.18º | 0.36% | 0.72% | - |
| HSV(B) | 61.18º | 0.24% | 0.82% | - |
| XYZ | 54.98 | 61.48 | 41.32 | - |
| YUV | 202.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 158 | 0.00 | 0 | 0.24 | 0.18 | 61.18 | 0.36 | 0.72 |
| Hex | D0 | D1 | 9E | 0 | 0 | 18 | 12 | 3D | 24 | 48 |
| Octal | 320 | 321 | 236 | 0 | 0 | 30 | 22 | 75 | 44 | 110 |
| Binary | 11010000 | 11010001 | 10011110 | 0 | 0 | 11000 | 10010 | 111101 | 100100 | 1001000 |
Color Harmonies of #D0D19E
Complementary color
Monochromatic Colors of #D0D19E
Black with #D0D19E
Text Example
Text Example
White with #D0D19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D19E; }
p { color: rgb(208,209,158); }
H1.HeaderClassName
{
color: #D0D19E;
}
.AnyTagClassName
{
color: #D0D19E;
}
</style>
background-color css
<style>
a { background-color: #D0D19E; }
a { background-color: rgb(208,209,158); }
div.DivClassName
{
background-color: #D0D19E;
}
.BgClassName
{
background-color: #D0D19E;
}
</style>
border-color css
<style>
span { border-color: #D0D19E; }
span { border-color: rgb(208,209,158); }
td.TdClassName
{
border-color: #D0D19E;
}
.TagClassName
{
border-color: #D0D19E;
}
</style>