Shades of Tahuna Sands #DDD59B
Tints of Tahuna Sands #DDD59B
RGB
CMYK
RGB Variations
Color information
#DDD59B (or 0xDDD59B) is known color: Tahuna Sands. HEX triplet: DD, D5 and 9B. RGB value is (221,213,155). Sum of RGB (Red+Green+Blue) = 221+213+155=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD59B is #222A64. Grayscale: #D1D1D1. Windows color (decimal): -2239077 or 10212829. OLE color: 10212829.
HSL color Cylindrical-coordinate representation of color #DDD59B: hue angle of 52.73º degrees, saturation: 0.49, 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 #DDD59B is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 155 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.13 |
| HSL | 52.73º | 0.49% | 0.74% | - |
| HSV(B) | 52.73º | 0.3% | 0.87% | - |
| XYZ | 59.53 | 65.33 | 40.48 | - |
| YUV | 208.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 155 | 0 | 0.04 | 0.30 | 0.13 | 52.73 | 0.49 | 0.74 |
| Hex | DD | D5 | 9B | 0 | 4 | 1E | D | 35 | 31 | 4A |
| Octal | 335 | 325 | 233 | 0 | 4 | 36 | 15 | 65 | 61 | 112 |
| Binary | 11011101 | 11010101 | 10011011 | 0 | 100 | 11110 | 1101 | 110101 | 110001 | 1001010 |
Color Harmonies of #DDD59B
Complementary color
Monochromatic Colors of #DDD59B
Black with #DDD59B
Text Example
Text Example
White with #DDD59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD59B; }
p { color: rgb(221,213,155); }
H1.HeaderClassName
{
color: #DDD59B;
}
.AnyTagClassName
{
color: #DDD59B;
}
</style>
background-color css
<style>
a { background-color: #DDD59B; }
a { background-color: rgb(221,213,155); }
div.DivClassName
{
background-color: #DDD59B;
}
.BgClassName
{
background-color: #DDD59B;
}
</style>
border-color css
<style>
span { border-color: #DDD59B; }
span { border-color: rgb(221,213,155); }
td.TdClassName
{
border-color: #DDD59B;
}
.TagClassName
{
border-color: #DDD59B;
}
</style>