Shades of Tahuna Sands #D0D19C
Tints of Tahuna Sands #D0D19C
RGB
CMYK
RGB Variations
Color information
#D0D19C (or 0xD0D19C) is known color: Tahuna Sands. HEX triplet: D0, D1 and 9C. RGB value is (208,209,156). Sum of RGB (Red+Green+Blue) = 208+209+156=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D19C is #2F2E63. Grayscale: #CACACA. Windows color (decimal): -3092068 or 10277328. OLE color: 10277328.
HSL color Cylindrical-coordinate representation of color #D0D19C: hue angle of 61.13º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0D19C is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 156 | - |
| CMYK | 0.00 | 0 | 0.25 | 0.18 |
| HSL | 61.13º | 0.37% | 0.72% | - |
| HSV(B) | 61.13º | 0.25% | 0.82% | - |
| XYZ | 54.81 | 61.41 | 40.42 | - |
| YUV | 202.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 156 | 0.00 | 0 | 0.25 | 0.18 | 61.13 | 0.37 | 0.72 |
| Hex | D0 | D1 | 9C | 0 | 0 | 19 | 12 | 3D | 25 | 48 |
| Octal | 320 | 321 | 234 | 0 | 0 | 31 | 22 | 75 | 45 | 110 |
| Binary | 11010000 | 11010001 | 10011100 | 0 | 0 | 11001 | 10010 | 111101 | 100101 | 1001000 |
Color Harmonies of #D0D19C
Complementary color
Monochromatic Colors of #D0D19C
Black with #D0D19C
Text Example
Text Example
White with #D0D19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D19C; }
p { color: rgb(208,209,156); }
H1.HeaderClassName
{
color: #D0D19C;
}
.AnyTagClassName
{
color: #D0D19C;
}
</style>
background-color css
<style>
a { background-color: #D0D19C; }
a { background-color: rgb(208,209,156); }
div.DivClassName
{
background-color: #D0D19C;
}
.BgClassName
{
background-color: #D0D19C;
}
</style>
border-color css
<style>
span { border-color: #D0D19C; }
span { border-color: rgb(208,209,156); }
td.TdClassName
{
border-color: #D0D19C;
}
.TagClassName
{
border-color: #D0D19C;
}
</style>