Shades of Tahuna Sands #DED097
Tints of Tahuna Sands #DED097
RGB
CMYK
RGB Variations
Color information
#DED097 (or 0xDED097) is known color: Tahuna Sands. HEX triplet: DE, D0 and 97. RGB value is (222,208,151). Sum of RGB (Red+Green+Blue) = 222+208+151=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DED097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED097 is #212F68. Grayscale: #CDCDCD. Windows color (decimal): -2174825 or 9949406. OLE color: 9949406.
HSL color Cylindrical-coordinate representation of color #DED097: hue angle of 48.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 #DED097 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 151 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.13 |
| HSL | 48.17º | 0.52% | 0.73% | - |
| HSV(B) | 48.17º | 0.32% | 0.87% | - |
| XYZ | 58.27 | 62.88 | 38.34 | - |
| YUV | 205.69 | 97.14 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 151 | 0 | 0.06 | 0.32 | 0.13 | 48.17 | 0.52 | 0.73 |
| Hex | DE | D0 | 97 | 0 | 6 | 20 | D | 30 | 34 | 49 |
| Octal | 336 | 320 | 227 | 0 | 6 | 40 | 15 | 60 | 64 | 111 |
| Binary | 11011110 | 11010000 | 10010111 | 0 | 110 | 100000 | 1101 | 110000 | 110100 | 1001001 |
Color Harmonies of #DED097
Complementary color
Monochromatic Colors of #DED097
Black with #DED097
Text Example
Text Example
White with #DED097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED097; }
p { color: rgb(222,208,151); }
H1.HeaderClassName
{
color: #DED097;
}
.AnyTagClassName
{
color: #DED097;
}
</style>
background-color css
<style>
a { background-color: #DED097; }
a { background-color: rgb(222,208,151); }
div.DivClassName
{
background-color: #DED097;
}
.BgClassName
{
background-color: #DED097;
}
</style>
border-color css
<style>
span { border-color: #DED097; }
span { border-color: rgb(222,208,151); }
td.TdClassName
{
border-color: #DED097;
}
.TagClassName
{
border-color: #DED097;
}
</style>