Shades of Tahuna Sands #DDD59A
Tints of Tahuna Sands #DDD59A
RGB
CMYK
RGB Variations
Color information
#DDD59A (or 0xDDD59A) is known color: Tahuna Sands. HEX triplet: DD, D5 and 9A. RGB value is (221,213,154). Sum of RGB (Red+Green+Blue) = 221+213+154=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD59A is #222A65. Grayscale: #D0D0D0. Windows color (decimal): -2239078 or 10147293. OLE color: 10147293.
HSL color Cylindrical-coordinate representation of color #DDD59A: hue angle of 52.84º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDD59A is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 154 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.13 |
| HSL | 52.84º | 0.5% | 0.74% | - |
| HSV(B) | 52.84º | 0.3% | 0.87% | - |
| XYZ | 59.45 | 65.29 | 40.04 | - |
| YUV | 208.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 154 | 0 | 0.04 | 0.30 | 0.13 | 52.84 | 0.5 | 0.74 |
| Hex | DD | D5 | 9A | 0 | 4 | 1E | D | 35 | 32 | 4A |
| Octal | 335 | 325 | 232 | 0 | 4 | 36 | 15 | 65 | 62 | 112 |
| Binary | 11011101 | 11010101 | 10011010 | 0 | 100 | 11110 | 1101 | 110101 | 110010 | 1001010 |
Color Harmonies of #DDD59A
Complementary color
Monochromatic Colors of #DDD59A
Black with #DDD59A
Text Example
Text Example
White with #DDD59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD59A; }
p { color: rgb(221,213,154); }
H1.HeaderClassName
{
color: #DDD59A;
}
.AnyTagClassName
{
color: #DDD59A;
}
</style>
background-color css
<style>
a { background-color: #DDD59A; }
a { background-color: rgb(221,213,154); }
div.DivClassName
{
background-color: #DDD59A;
}
.BgClassName
{
background-color: #DDD59A;
}
</style>
border-color css
<style>
span { border-color: #DDD59A; }
span { border-color: rgb(221,213,154); }
td.TdClassName
{
border-color: #DDD59A;
}
.TagClassName
{
border-color: #DDD59A;
}
</style>