Shades of Tahuna Sands #DED194
Tints of Tahuna Sands #DED194
RGB
CMYK
RGB Variations
Color information
#DED194 (or 0xDED194) is known color: Tahuna Sands. HEX triplet: DE, D1 and 94. RGB value is (222,209,148). Sum of RGB (Red+Green+Blue) = 222+209+148=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DED194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED194 is #212E6B. Grayscale: #CECECE. Windows color (decimal): -2174572 or 9753054. OLE color: 9753054.
HSL color Cylindrical-coordinate representation of color #DED194: hue angle of 49.46º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DED194 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 148 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.13 |
| HSL | 49.46º | 0.53% | 0.73% | - |
| HSV(B) | 49.46º | 0.33% | 0.87% | - |
| XYZ | 58.27 | 63.27 | 37.16 | - |
| YUV | 205.93 | 95.31 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 148 | 0 | 0.06 | 0.33 | 0.13 | 49.46 | 0.53 | 0.73 |
| Hex | DE | D1 | 94 | 0 | 6 | 21 | D | 31 | 35 | 49 |
| Octal | 336 | 321 | 224 | 0 | 6 | 41 | 15 | 61 | 65 | 111 |
| Binary | 11011110 | 11010001 | 10010100 | 0 | 110 | 100001 | 1101 | 110001 | 110101 | 1001001 |
Color Harmonies of #DED194
Complementary color
Monochromatic Colors of #DED194
Black with #DED194
Text Example
Text Example
White with #DED194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED194; }
p { color: rgb(222,209,148); }
H1.HeaderClassName
{
color: #DED194;
}
.AnyTagClassName
{
color: #DED194;
}
</style>
background-color css
<style>
a { background-color: #DED194; }
a { background-color: rgb(222,209,148); }
div.DivClassName
{
background-color: #DED194;
}
.BgClassName
{
background-color: #DED194;
}
</style>
border-color css
<style>
span { border-color: #DED194; }
span { border-color: rgb(222,209,148); }
td.TdClassName
{
border-color: #DED194;
}
.TagClassName
{
border-color: #DED194;
}
</style>