Shades of Tahuna Sands #DED299
Tints of Tahuna Sands #DED299
RGB
CMYK
RGB Variations
Color information
#DED299 (or 0xDED299) is known color: Tahuna Sands. HEX triplet: DE, D2 and 99. RGB value is (222,210,153). Sum of RGB (Red+Green+Blue) = 222+210+153=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DED299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED299 is #212D66. Grayscale: #CFCFCF. Windows color (decimal): -2174311 or 10080990. OLE color: 10080990.
HSL color Cylindrical-coordinate representation of color #DED299: hue angle of 49.57º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DED299 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 153 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.13 |
| HSL | 49.57º | 0.51% | 0.74% | - |
| HSV(B) | 49.57º | 0.31% | 0.87% | - |
| XYZ | 58.92 | 63.92 | 39.37 | - |
| YUV | 207.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 153 | 0 | 0.05 | 0.31 | 0.13 | 49.57 | 0.51 | 0.74 |
| Hex | DE | D2 | 99 | 0 | 5 | 1F | D | 32 | 33 | 4A |
| Octal | 336 | 322 | 231 | 0 | 5 | 37 | 15 | 62 | 63 | 112 |
| Binary | 11011110 | 11010010 | 10011001 | 0 | 101 | 11111 | 1101 | 110010 | 110011 | 1001010 |
Color Harmonies of #DED299
Complementary color
Monochromatic Colors of #DED299
Black with #DED299
Text Example
Text Example
White with #DED299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED299; }
p { color: rgb(222,210,153); }
H1.HeaderClassName
{
color: #DED299;
}
.AnyTagClassName
{
color: #DED299;
}
</style>
background-color css
<style>
a { background-color: #DED299; }
a { background-color: rgb(222,210,153); }
div.DivClassName
{
background-color: #DED299;
}
.BgClassName
{
background-color: #DED299;
}
</style>
border-color css
<style>
span { border-color: #DED299; }
span { border-color: rgb(222,210,153); }
td.TdClassName
{
border-color: #DED299;
}
.TagClassName
{
border-color: #DED299;
}
</style>