Shades of Tahuna Sands #DDD499
Tints of Tahuna Sands #DDD499
RGB
CMYK
RGB Variations
Color information
#DDD499 (or 0xDDD499) is known color: Tahuna Sands. HEX triplet: DD, D4 and 99. RGB value is (221,212,153). Sum of RGB (Red+Green+Blue) = 221+212+153=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 153 (60.16% from 255 or 26.11% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD499 is #222B66. Grayscale: #D0D0D0. Windows color (decimal): -2239335 or 10081501. OLE color: 10081501.
HSL color Cylindrical-coordinate representation of color #DDD499: hue angle of 52.06º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDD499 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 153 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.13 |
| HSL | 52.06º | 0.5% | 0.73% | - |
| HSV(B) | 52.06º | 0.31% | 0.87% | - |
| XYZ | 59.11 | 64.76 | 39.52 | - |
| YUV | 207.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 153 | 0 | 0.04 | 0.31 | 0.13 | 52.06 | 0.5 | 0.73 |
| Hex | DD | D4 | 99 | 0 | 4 | 1F | D | 34 | 32 | 49 |
| Octal | 335 | 324 | 231 | 0 | 4 | 37 | 15 | 64 | 62 | 111 |
| Binary | 11011101 | 11010100 | 10011001 | 0 | 100 | 11111 | 1101 | 110100 | 110010 | 1001001 |
Color Harmonies of #DDD499
Complementary color
Monochromatic Colors of #DDD499
Black with #DDD499
Text Example
Text Example
White with #DDD499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD499; }
p { color: rgb(221,212,153); }
H1.HeaderClassName
{
color: #DDD499;
}
.AnyTagClassName
{
color: #DDD499;
}
</style>
background-color css
<style>
a { background-color: #DDD499; }
a { background-color: rgb(221,212,153); }
div.DivClassName
{
background-color: #DDD499;
}
.BgClassName
{
background-color: #DDD499;
}
</style>
border-color css
<style>
span { border-color: #DDD499; }
span { border-color: rgb(221,212,153); }
td.TdClassName
{
border-color: #DDD499;
}
.TagClassName
{
border-color: #DDD499;
}
</style>