Shades of Tahuna Sands #DED195
Tints of Tahuna Sands #DED195
RGB
CMYK
RGB Variations
Color information
#DED195 (or 0xDED195) is known color: Tahuna Sands. HEX triplet: DE, D1 and 95. RGB value is (222,209,149). Sum of RGB (Red+Green+Blue) = 222+209+149=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DED195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED195 is #212E6A. Grayscale: #CECECE. Windows color (decimal): -2174571 or 9818590. OLE color: 9818590.
HSL color Cylindrical-coordinate representation of color #DED195: hue angle of 49.32º 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 #DED195 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 149 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.13 |
| HSL | 49.32º | 0.53% | 0.73% | - |
| HSV(B) | 49.32º | 0.33% | 0.87% | - |
| XYZ | 58.35 | 63.3 | 37.58 | - |
| YUV | 206.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 149 | 0 | 0.06 | 0.33 | 0.13 | 49.32 | 0.53 | 0.73 |
| Hex | DE | D1 | 95 | 0 | 6 | 21 | D | 31 | 35 | 49 |
| Octal | 336 | 321 | 225 | 0 | 6 | 41 | 15 | 61 | 65 | 111 |
| Binary | 11011110 | 11010001 | 10010101 | 0 | 110 | 100001 | 1101 | 110001 | 110101 | 1001001 |
Color Harmonies of #DED195
Complementary color
Monochromatic Colors of #DED195
Black with #DED195
Text Example
Text Example
White with #DED195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED195; }
p { color: rgb(222,209,149); }
H1.HeaderClassName
{
color: #DED195;
}
.AnyTagClassName
{
color: #DED195;
}
</style>
background-color css
<style>
a { background-color: #DED195; }
a { background-color: rgb(222,209,149); }
div.DivClassName
{
background-color: #DED195;
}
.BgClassName
{
background-color: #DED195;
}
</style>
border-color css
<style>
span { border-color: #DED195; }
span { border-color: rgb(222,209,149); }
td.TdClassName
{
border-color: #DED195;
}
.TagClassName
{
border-color: #DED195;
}
</style>