Shades of Tahuna Sands #DED396
Tints of Tahuna Sands #DED396
RGB
CMYK
RGB Variations
Color information
#DED396 (or 0xDED396) is known color: Tahuna Sands. HEX triplet: DE, D3 and 96. RGB value is (222,211,150). Sum of RGB (Red+Green+Blue) = 222+211+150=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DED396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED396 is #212C69. Grayscale: #CFCFCF. Windows color (decimal): -2174058 or 9884638. OLE color: 9884638.
HSL color Cylindrical-coordinate representation of color #DED396: hue angle of 50.83º 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 #DED396 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 150 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.13 |
| HSL | 50.83º | 0.52% | 0.73% | - |
| HSV(B) | 50.83º | 0.32% | 0.87% | - |
| XYZ | 58.92 | 64.32 | 38.16 | - |
| YUV | 207.34 | 95.64 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 150 | 0 | 0.05 | 0.32 | 0.13 | 50.83 | 0.52 | 0.73 |
| Hex | DE | D3 | 96 | 0 | 5 | 20 | D | 33 | 34 | 49 |
| Octal | 336 | 323 | 226 | 0 | 5 | 40 | 15 | 63 | 64 | 111 |
| Binary | 11011110 | 11010011 | 10010110 | 0 | 101 | 100000 | 1101 | 110011 | 110100 | 1001001 |
Color Harmonies of #DED396
Complementary color
Monochromatic Colors of #DED396
Black with #DED396
Text Example
Text Example
White with #DED396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED396; }
p { color: rgb(222,211,150); }
H1.HeaderClassName
{
color: #DED396;
}
.AnyTagClassName
{
color: #DED396;
}
</style>
background-color css
<style>
a { background-color: #DED396; }
a { background-color: rgb(222,211,150); }
div.DivClassName
{
background-color: #DED396;
}
.BgClassName
{
background-color: #DED396;
}
</style>
border-color css
<style>
span { border-color: #DED396; }
span { border-color: rgb(222,211,150); }
td.TdClassName
{
border-color: #DED396;
}
.TagClassName
{
border-color: #DED396;
}
</style>