Shades of Tahuna Sands #DED09E
Tints of Tahuna Sands #DED09E
RGB
CMYK
RGB Variations
Color information
#DED09E (or 0xDED09E) is known color: Tahuna Sands. HEX triplet: DE, D0 and 9E. RGB value is (222,208,158). Sum of RGB (Red+Green+Blue) = 222+208+158=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DED09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED09E is #212F61. Grayscale: #CECECE. Windows color (decimal): -2174818 or 10408158. OLE color: 10408158.
HSL color Cylindrical-coordinate representation of color #DED09E: hue angle of 46.88º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DED09E is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 158 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.13 |
| HSL | 46.88º | 0.49% | 0.75% | - |
| HSV(B) | 46.88º | 0.29% | 0.87% | - |
| XYZ | 58.85 | 63.11 | 41.43 | - |
| YUV | 206.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 158 | 0 | 0.06 | 0.29 | 0.13 | 46.88 | 0.49 | 0.75 |
| Hex | DE | D0 | 9E | 0 | 6 | 1D | D | 2F | 31 | 4B |
| Octal | 336 | 320 | 236 | 0 | 6 | 35 | 15 | 57 | 61 | 113 |
| Binary | 11011110 | 11010000 | 10011110 | 0 | 110 | 11101 | 1101 | 101111 | 110001 | 1001011 |
Color Harmonies of #DED09E
Complementary color
Monochromatic Colors of #DED09E
Black with #DED09E
Text Example
Text Example
White with #DED09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED09E; }
p { color: rgb(222,208,158); }
H1.HeaderClassName
{
color: #DED09E;
}
.AnyTagClassName
{
color: #DED09E;
}
</style>
background-color css
<style>
a { background-color: #DED09E; }
a { background-color: rgb(222,208,158); }
div.DivClassName
{
background-color: #DED09E;
}
.BgClassName
{
background-color: #DED09E;
}
</style>
border-color css
<style>
span { border-color: #DED09E; }
span { border-color: rgb(222,208,158); }
td.TdClassName
{
border-color: #DED09E;
}
.TagClassName
{
border-color: #DED09E;
}
</style>