Shades of Tahuna Sands #D0D19B
Tints of Tahuna Sands #D0D19B
RGB
CMYK
RGB Variations
Color information
#D0D19B (or 0xD0D19B) is known color: Tahuna Sands. HEX triplet: D0, D1 and 9B. RGB value is (208,209,155). Sum of RGB (Red+Green+Blue) = 208+209+155=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D19B is #2F2E64. Grayscale: #CACACA. Windows color (decimal): -3092069 or 10211792. OLE color: 10211792.
HSL color Cylindrical-coordinate representation of color #D0D19B: hue angle of 61.11º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0D19B is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 155 | - |
| CMYK | 0.00 | 0 | 0.26 | 0.18 |
| HSL | 61.11º | 0.37% | 0.71% | - |
| HSV(B) | 61.11º | 0.26% | 0.82% | - |
| XYZ | 54.73 | 61.38 | 39.97 | - |
| YUV | 202.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 155 | 0.00 | 0 | 0.26 | 0.18 | 61.11 | 0.37 | 0.71 |
| Hex | D0 | D1 | 9B | 0 | 0 | 1A | 12 | 3D | 25 | 47 |
| Octal | 320 | 321 | 233 | 0 | 0 | 32 | 22 | 75 | 45 | 107 |
| Binary | 11010000 | 11010001 | 10011011 | 0 | 0 | 11010 | 10010 | 111101 | 100101 | 1000111 |
Color Harmonies of #D0D19B
Complementary color
Monochromatic Colors of #D0D19B
Black with #D0D19B
Text Example
Text Example
White with #D0D19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D19B; }
p { color: rgb(208,209,155); }
H1.HeaderClassName
{
color: #D0D19B;
}
.AnyTagClassName
{
color: #D0D19B;
}
</style>
background-color css
<style>
a { background-color: #D0D19B; }
a { background-color: rgb(208,209,155); }
div.DivClassName
{
background-color: #D0D19B;
}
.BgClassName
{
background-color: #D0D19B;
}
</style>
border-color css
<style>
span { border-color: #D0D19B; }
span { border-color: rgb(208,209,155); }
td.TdClassName
{
border-color: #D0D19B;
}
.TagClassName
{
border-color: #D0D19B;
}
</style>