Shades of Tahuna Sands #DDD49D
Tints of Tahuna Sands #DDD49D
RGB
CMYK
RGB Variations
Color information
#DDD49D (or 0xDDD49D) is known color: Tahuna Sands. HEX triplet: DD, D4 and 9D. RGB value is (221,212,157). Sum of RGB (Red+Green+Blue) = 221+212+157=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD49D is #222B62. Grayscale: #D0D0D0. Windows color (decimal): -2239331 or 10343645. OLE color: 10343645.
HSL color Cylindrical-coordinate representation of color #DDD49D: hue angle of 51.56º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDD49D is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 157 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.13 |
| HSL | 51.56º | 0.48% | 0.74% | - |
| HSV(B) | 51.56º | 0.29% | 0.87% | - |
| XYZ | 59.45 | 64.89 | 41.29 | - |
| YUV | 208.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 157 | 0 | 0.04 | 0.29 | 0.13 | 51.56 | 0.48 | 0.74 |
| Hex | DD | D4 | 9D | 0 | 4 | 1D | D | 34 | 30 | 4A |
| Octal | 335 | 324 | 235 | 0 | 4 | 35 | 15 | 64 | 60 | 112 |
| Binary | 11011101 | 11010100 | 10011101 | 0 | 100 | 11101 | 1101 | 110100 | 110000 | 1001010 |
Color Harmonies of #DDD49D
Complementary color
Monochromatic Colors of #DDD49D
Black with #DDD49D
Text Example
Text Example
White with #DDD49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD49D; }
p { color: rgb(221,212,157); }
H1.HeaderClassName
{
color: #DDD49D;
}
.AnyTagClassName
{
color: #DDD49D;
}
</style>
background-color css
<style>
a { background-color: #DDD49D; }
a { background-color: rgb(221,212,157); }
div.DivClassName
{
background-color: #DDD49D;
}
.BgClassName
{
background-color: #DDD49D;
}
</style>
border-color css
<style>
span { border-color: #DDD49D; }
span { border-color: rgb(221,212,157); }
td.TdClassName
{
border-color: #DDD49D;
}
.TagClassName
{
border-color: #DDD49D;
}
</style>