Shades of Tahuna Sands #DED196
Tints of Tahuna Sands #DED196
RGB
CMYK
RGB Variations
Color information
#DED196 (or 0xDED196) is known color: Tahuna Sands. HEX triplet: DE, D1 and 96. RGB value is (222,209,150). Sum of RGB (Red+Green+Blue) = 222+209+150=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DED196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED196 is #212E69. Grayscale: #CECECE. Windows color (decimal): -2174570 or 9884126. OLE color: 9884126.
HSL color Cylindrical-coordinate representation of color #DED196: hue angle of 49.17º degrees, saturation: 0.52, 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 #DED196 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 150 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.13 |
| HSL | 49.17º | 0.52% | 0.73% | - |
| HSV(B) | 49.17º | 0.32% | 0.87% | - |
| XYZ | 58.43 | 63.33 | 38 | - |
| YUV | 206.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 150 | 0 | 0.06 | 0.32 | 0.13 | 49.17 | 0.52 | 0.73 |
| Hex | DE | D1 | 96 | 0 | 6 | 20 | D | 31 | 34 | 49 |
| Octal | 336 | 321 | 226 | 0 | 6 | 40 | 15 | 61 | 64 | 111 |
| Binary | 11011110 | 11010001 | 10010110 | 0 | 110 | 100000 | 1101 | 110001 | 110100 | 1001001 |
Color Harmonies of #DED196
Complementary color
Monochromatic Colors of #DED196
Black with #DED196
Text Example
Text Example
White with #DED196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED196; }
p { color: rgb(222,209,150); }
H1.HeaderClassName
{
color: #DED196;
}
.AnyTagClassName
{
color: #DED196;
}
</style>
background-color css
<style>
a { background-color: #DED196; }
a { background-color: rgb(222,209,150); }
div.DivClassName
{
background-color: #DED196;
}
.BgClassName
{
background-color: #DED196;
}
</style>
border-color css
<style>
span { border-color: #DED196; }
span { border-color: rgb(222,209,150); }
td.TdClassName
{
border-color: #DED196;
}
.TagClassName
{
border-color: #DED196;
}
</style>