Shades of Tahuna Sands #DED197
Tints of Tahuna Sands #DED197
RGB
CMYK
RGB Variations
Color information
#DED197 (or 0xDED197) is known color: Tahuna Sands. HEX triplet: DE, D1 and 97. RGB value is (222,209,151). Sum of RGB (Red+Green+Blue) = 222+209+151=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 151 (59.38% from 255 or 25.95% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DED197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED197 is #212E68. Grayscale: #CECECE. Windows color (decimal): -2174569 or 9949662. OLE color: 9949662.
HSL color Cylindrical-coordinate representation of color #DED197: hue angle of 49.01º 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 #DED197 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 151 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.13 |
| HSL | 49.01º | 0.52% | 0.73% | - |
| HSV(B) | 49.01º | 0.32% | 0.87% | - |
| XYZ | 58.51 | 63.36 | 38.42 | - |
| YUV | 206.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 151 | 0 | 0.06 | 0.32 | 0.13 | 49.01 | 0.52 | 0.73 |
| Hex | DE | D1 | 97 | 0 | 6 | 20 | D | 31 | 34 | 49 |
| Octal | 336 | 321 | 227 | 0 | 6 | 40 | 15 | 61 | 64 | 111 |
| Binary | 11011110 | 11010001 | 10010111 | 0 | 110 | 100000 | 1101 | 110001 | 110100 | 1001001 |
Color Harmonies of #DED197
Complementary color
Monochromatic Colors of #DED197
Black with #DED197
Text Example
Text Example
White with #DED197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED197; }
p { color: rgb(222,209,151); }
H1.HeaderClassName
{
color: #DED197;
}
.AnyTagClassName
{
color: #DED197;
}
</style>
background-color css
<style>
a { background-color: #DED197; }
a { background-color: rgb(222,209,151); }
div.DivClassName
{
background-color: #DED197;
}
.BgClassName
{
background-color: #DED197;
}
</style>
border-color css
<style>
span { border-color: #DED197; }
span { border-color: rgb(222,209,151); }
td.TdClassName
{
border-color: #DED197;
}
.TagClassName
{
border-color: #DED197;
}
</style>