Shades of Tahuna Sands #DDD39D
Tints of Tahuna Sands #DDD39D
RGB
CMYK
RGB Variations
Color information
#DDD39D (or 0xDDD39D) is known color: Tahuna Sands. HEX triplet: DD, D3 and 9D. RGB value is (221,211,157). Sum of RGB (Red+Green+Blue) = 221+211+157=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD39D is #222C62. Grayscale: #D0D0D0. Windows color (decimal): -2239587 or 10343389. OLE color: 10343389.
HSL color Cylindrical-coordinate representation of color #DDD39D: hue angle of 50.62º 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 #DDD39D is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 157 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.13 |
| HSL | 50.63º | 0.48% | 0.74% | - |
| HSV(B) | 50.63º | 0.29% | 0.87% | - |
| XYZ | 59.2 | 64.4 | 41.21 | - |
| YUV | 207.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 157 | 0 | 0.05 | 0.29 | 0.13 | 50.63 | 0.48 | 0.74 |
| Hex | DD | D3 | 9D | 0 | 5 | 1D | D | 33 | 30 | 4A |
| Octal | 335 | 323 | 235 | 0 | 5 | 35 | 15 | 63 | 60 | 112 |
| Binary | 11011101 | 11010011 | 10011101 | 0 | 101 | 11101 | 1101 | 110011 | 110000 | 1001010 |
Color Harmonies of #DDD39D
Complementary color
Monochromatic Colors of #DDD39D
Black with #DDD39D
Text Example
Text Example
White with #DDD39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD39D; }
p { color: rgb(221,211,157); }
H1.HeaderClassName
{
color: #DDD39D;
}
.AnyTagClassName
{
color: #DDD39D;
}
</style>
background-color css
<style>
a { background-color: #DDD39D; }
a { background-color: rgb(221,211,157); }
div.DivClassName
{
background-color: #DDD39D;
}
.BgClassName
{
background-color: #DDD39D;
}
</style>
border-color css
<style>
span { border-color: #DDD39D; }
span { border-color: rgb(221,211,157); }
td.TdClassName
{
border-color: #DDD39D;
}
.TagClassName
{
border-color: #DDD39D;
}
</style>