Shades of Tahuna Sands #DED298
Tints of Tahuna Sands #DED298
RGB
CMYK
RGB Variations
Color information
#DED298 (or 0xDED298) is known color: Tahuna Sands. HEX triplet: DE, D2 and 98. RGB value is (222,210,152). Sum of RGB (Red+Green+Blue) = 222+210+152=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DED298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED298 is #212D67. Grayscale: #CFCFCF. Windows color (decimal): -2174312 or 10015454. OLE color: 10015454.
HSL color Cylindrical-coordinate representation of color #DED298: hue angle of 49.71º degrees, saturation: 0.51, 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 #DED298 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 152 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.13 |
| HSL | 49.71º | 0.51% | 0.73% | - |
| HSV(B) | 49.71º | 0.32% | 0.87% | - |
| XYZ | 58.84 | 63.89 | 38.94 | - |
| YUV | 206.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 152 | 0 | 0.05 | 0.32 | 0.13 | 49.71 | 0.51 | 0.73 |
| Hex | DE | D2 | 98 | 0 | 5 | 20 | D | 32 | 33 | 49 |
| Octal | 336 | 322 | 230 | 0 | 5 | 40 | 15 | 62 | 63 | 111 |
| Binary | 11011110 | 11010010 | 10011000 | 0 | 101 | 100000 | 1101 | 110010 | 110011 | 1001001 |
Color Harmonies of #DED298
Complementary color
Monochromatic Colors of #DED298
Black with #DED298
Text Example
Text Example
White with #DED298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED298; }
p { color: rgb(222,210,152); }
H1.HeaderClassName
{
color: #DED298;
}
.AnyTagClassName
{
color: #DED298;
}
</style>
background-color css
<style>
a { background-color: #DED298; }
a { background-color: rgb(222,210,152); }
div.DivClassName
{
background-color: #DED298;
}
.BgClassName
{
background-color: #DED298;
}
</style>
border-color css
<style>
span { border-color: #DED298; }
span { border-color: rgb(222,210,152); }
td.TdClassName
{
border-color: #DED298;
}
.TagClassName
{
border-color: #DED298;
}
</style>