Shades of Tahuna Sands #DDD196
Tints of Tahuna Sands #DDD196
RGB
CMYK
RGB Variations
Color information
#DDD196 (or 0xDDD196) is known color: Tahuna Sands. HEX triplet: DD, D1 and 96. RGB value is (221,209,150). Sum of RGB (Red+Green+Blue) = 221+209+150=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD196 is #222E69. Grayscale: #CECECE. Windows color (decimal): -2240106 or 9884125. OLE color: 9884125.
HSL color Cylindrical-coordinate representation of color #DDD196: hue angle of 49.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDD196 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 150 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.13 |
| HSL | 49.86º | 0.51% | 0.73% | - |
| HSV(B) | 49.86º | 0.32% | 0.87% | - |
| XYZ | 58.12 | 63.18 | 37.98 | - |
| YUV | 205.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 150 | 0 | 0.05 | 0.32 | 0.13 | 49.86 | 0.51 | 0.73 |
| Hex | DD | D1 | 96 | 0 | 5 | 20 | D | 32 | 33 | 49 |
| Octal | 335 | 321 | 226 | 0 | 5 | 40 | 15 | 62 | 63 | 111 |
| Binary | 11011101 | 11010001 | 10010110 | 0 | 101 | 100000 | 1101 | 110010 | 110011 | 1001001 |
Color Harmonies of #DDD196
Complementary color
Monochromatic Colors of #DDD196
Black with #DDD196
Text Example
Text Example
White with #DDD196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD196; }
p { color: rgb(221,209,150); }
H1.HeaderClassName
{
color: #DDD196;
}
.AnyTagClassName
{
color: #DDD196;
}
</style>
background-color css
<style>
a { background-color: #DDD196; }
a { background-color: rgb(221,209,150); }
div.DivClassName
{
background-color: #DDD196;
}
.BgClassName
{
background-color: #DDD196;
}
</style>
border-color css
<style>
span { border-color: #DDD196; }
span { border-color: rgb(221,209,150); }
td.TdClassName
{
border-color: #DDD196;
}
.TagClassName
{
border-color: #DDD196;
}
</style>