Shades of Tahuna Sands #DED59A
Tints of Tahuna Sands #DED59A
RGB
CMYK
RGB Variations
Color information
#DED59A (or 0xDED59A) is known color: Tahuna Sands. HEX triplet: DE, D5 and 9A. RGB value is (222,213,154). Sum of RGB (Red+Green+Blue) = 222+213+154=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DED59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED59A is #212A65. Grayscale: #D1D1D1. Windows color (decimal): -2173542 or 10147294. OLE color: 10147294.
HSL color Cylindrical-coordinate representation of color #DED59A: hue angle of 52.06º 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 #DED59A is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 154 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.13 |
| HSL | 52.06º | 0.51% | 0.74% | - |
| HSV(B) | 52.06º | 0.31% | 0.87% | - |
| XYZ | 59.75 | 65.45 | 40.06 | - |
| YUV | 208.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 154 | 0 | 0.04 | 0.31 | 0.13 | 52.06 | 0.51 | 0.74 |
| Hex | DE | D5 | 9A | 0 | 4 | 1F | D | 34 | 33 | 4A |
| Octal | 336 | 325 | 232 | 0 | 4 | 37 | 15 | 64 | 63 | 112 |
| Binary | 11011110 | 11010101 | 10011010 | 0 | 100 | 11111 | 1101 | 110100 | 110011 | 1001010 |
Color Harmonies of #DED59A
Complementary color
Monochromatic Colors of #DED59A
Black with #DED59A
Text Example
Text Example
White with #DED59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED59A; }
p { color: rgb(222,213,154); }
H1.HeaderClassName
{
color: #DED59A;
}
.AnyTagClassName
{
color: #DED59A;
}
</style>
background-color css
<style>
a { background-color: #DED59A; }
a { background-color: rgb(222,213,154); }
div.DivClassName
{
background-color: #DED59A;
}
.BgClassName
{
background-color: #DED59A;
}
</style>
border-color css
<style>
span { border-color: #DED59A; }
span { border-color: rgb(222,213,154); }
td.TdClassName
{
border-color: #DED59A;
}
.TagClassName
{
border-color: #DED59A;
}
</style>