Shades of Tahuna Sands #D0D09A
Tints of Tahuna Sands #D0D09A
RGB
CMYK
RGB Variations
Color information
#D0D09A (or 0xD0D09A) is known color: Tahuna Sands. HEX triplet: D0, D0 and 9A. RGB value is (208,208,154). Sum of RGB (Red+Green+Blue) = 208+208+154=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D09A is #2F2F65. Grayscale: #CACACA. Windows color (decimal): -3092326 or 10146000. OLE color: 10146000.
HSL color Cylindrical-coordinate representation of color #D0D09A: hue angle of 60º degrees, saturation: 0.36, 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 #D0D09A is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 208 | 154 | - |
| CMYK | 0 | 0 | 0.26 | 0.18 |
| HSL | 60º | 0.36% | 0.71% | - |
| HSV(B) | 60º | 0.26% | 0.82% | - |
| XYZ | 54.4 | 60.85 | 39.45 | - |
| YUV | 201.84 | 101 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 208 | 154 | 0 | 0 | 0.26 | 0.18 | 60 | 0.36 | 0.71 |
| Hex | D0 | D0 | 9A | 0 | 0 | 1A | 12 | 3C | 24 | 47 |
| Octal | 320 | 320 | 232 | 0 | 0 | 32 | 22 | 74 | 44 | 107 |
| Binary | 11010000 | 11010000 | 10011010 | 0 | 0 | 11010 | 10010 | 111100 | 100100 | 1000111 |
Color Harmonies of #D0D09A
Complementary color
Monochromatic Colors of #D0D09A
Black with #D0D09A
Text Example
Text Example
White with #D0D09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D09A; }
p { color: rgb(208,208,154); }
H1.HeaderClassName
{
color: #D0D09A;
}
.AnyTagClassName
{
color: #D0D09A;
}
</style>
background-color css
<style>
a { background-color: #D0D09A; }
a { background-color: rgb(208,208,154); }
div.DivClassName
{
background-color: #D0D09A;
}
.BgClassName
{
background-color: #D0D09A;
}
</style>
border-color css
<style>
span { border-color: #D0D09A; }
span { border-color: rgb(208,208,154); }
td.TdClassName
{
border-color: #D0D09A;
}
.TagClassName
{
border-color: #D0D09A;
}
</style>