Shades of Tahuna Sands #DED29A
Tints of Tahuna Sands #DED29A
RGB
CMYK
RGB Variations
Color information
#DED29A (or 0xDED29A) is known color: Tahuna Sands. HEX triplet: DE, D2 and 9A. RGB value is (222,210,154). Sum of RGB (Red+Green+Blue) = 222+210+154=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DED29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED29A is #212D65. Grayscale: #CFCFCF. Windows color (decimal): -2174310 or 10146526. OLE color: 10146526.
HSL color Cylindrical-coordinate representation of color #DED29A: hue angle of 49.41º 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 #DED29A is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 154 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.13 |
| HSL | 49.41º | 0.51% | 0.74% | - |
| HSV(B) | 49.41º | 0.31% | 0.87% | - |
| XYZ | 59 | 63.96 | 39.81 | - |
| YUV | 207.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 154 | 0 | 0.05 | 0.31 | 0.13 | 49.41 | 0.51 | 0.74 |
| Hex | DE | D2 | 9A | 0 | 5 | 1F | D | 31 | 33 | 4A |
| Octal | 336 | 322 | 232 | 0 | 5 | 37 | 15 | 61 | 63 | 112 |
| Binary | 11011110 | 11010010 | 10011010 | 0 | 101 | 11111 | 1101 | 110001 | 110011 | 1001010 |
Color Harmonies of #DED29A
Complementary color
Monochromatic Colors of #DED29A
Black with #DED29A
Text Example
Text Example
White with #DED29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED29A; }
p { color: rgb(222,210,154); }
H1.HeaderClassName
{
color: #DED29A;
}
.AnyTagClassName
{
color: #DED29A;
}
</style>
background-color css
<style>
a { background-color: #DED29A; }
a { background-color: rgb(222,210,154); }
div.DivClassName
{
background-color: #DED29A;
}
.BgClassName
{
background-color: #DED29A;
}
</style>
border-color css
<style>
span { border-color: #DED29A; }
span { border-color: rgb(222,210,154); }
td.TdClassName
{
border-color: #DED29A;
}
.TagClassName
{
border-color: #DED29A;
}
</style>