Shades of Tahuna Sands #DED090
Tints of Tahuna Sands #DED090
RGB
CMYK
RGB Variations
Color information
#DED090 (or 0xDED090) is known color: Tahuna Sands. HEX triplet: DE, D0 and 90. RGB value is (222,208,144). Sum of RGB (Red+Green+Blue) = 222+208+144=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DED090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED090 is #212F6F. Grayscale: #CDCDCD. Windows color (decimal): -2174832 or 9490654. OLE color: 9490654.
HSL color Cylindrical-coordinate representation of color #DED090: hue angle of 49.23º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DED090 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 144 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.13 |
| HSL | 49.23º | 0.54% | 0.72% | - |
| HSV(B) | 49.23º | 0.35% | 0.87% | - |
| XYZ | 57.71 | 62.65 | 35.44 | - |
| YUV | 204.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 144 | 0 | 0.06 | 0.35 | 0.13 | 49.23 | 0.54 | 0.72 |
| Hex | DE | D0 | 90 | 0 | 6 | 23 | D | 31 | 36 | 48 |
| Octal | 336 | 320 | 220 | 0 | 6 | 43 | 15 | 61 | 66 | 110 |
| Binary | 11011110 | 11010000 | 10010000 | 0 | 110 | 100011 | 1101 | 110001 | 110110 | 1001000 |
Color Harmonies of #DED090
Complementary color
Monochromatic Colors of #DED090
Black with #DED090
Text Example
Text Example
White with #DED090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED090; }
p { color: rgb(222,208,144); }
H1.HeaderClassName
{
color: #DED090;
}
.AnyTagClassName
{
color: #DED090;
}
</style>
background-color css
<style>
a { background-color: #DED090; }
a { background-color: rgb(222,208,144); }
div.DivClassName
{
background-color: #DED090;
}
.BgClassName
{
background-color: #DED090;
}
</style>
border-color css
<style>
span { border-color: #DED090; }
span { border-color: rgb(222,208,144); }
td.TdClassName
{
border-color: #DED090;
}
.TagClassName
{
border-color: #DED090;
}
</style>