Shades of Tahuna Sands #DDCD9E
Tints of Tahuna Sands #DDCD9E
RGB
CMYK
RGB Variations
Color information
#DDCD9E (or 0xDDCD9E) is known color: Tahuna Sands. HEX triplet: DD, CD and 9E. RGB value is (221,205,158). Sum of RGB (Red+Green+Blue) = 221+205+158=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD9E is #223261. Grayscale: #CCCCCC. Windows color (decimal): -2241122 or 10407389. OLE color: 10407389.
HSL color Cylindrical-coordinate representation of color #DDCD9E: hue angle of 44.76º 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 #DDCD9E is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 158 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.13 |
| HSL | 44.76º | 0.48% | 0.74% | - |
| HSV(B) | 44.76º | 0.29% | 0.87% | - |
| XYZ | 57.82 | 61.5 | 41.17 | - |
| YUV | 204.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 158 | 0 | 0.07 | 0.29 | 0.13 | 44.76 | 0.48 | 0.74 |
| Hex | DD | CD | 9E | 0 | 7 | 1D | D | 2D | 30 | 4A |
| Octal | 335 | 315 | 236 | 0 | 7 | 35 | 15 | 55 | 60 | 112 |
| Binary | 11011101 | 11001101 | 10011110 | 0 | 111 | 11101 | 1101 | 101101 | 110000 | 1001010 |
Color Harmonies of #DDCD9E
Complementary color
Monochromatic Colors of #DDCD9E
Black with #DDCD9E
Text Example
Text Example
White with #DDCD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD9E; }
p { color: rgb(221,205,158); }
H1.HeaderClassName
{
color: #DDCD9E;
}
.AnyTagClassName
{
color: #DDCD9E;
}
</style>
background-color css
<style>
a { background-color: #DDCD9E; }
a { background-color: rgb(221,205,158); }
div.DivClassName
{
background-color: #DDCD9E;
}
.BgClassName
{
background-color: #DDCD9E;
}
</style>
border-color css
<style>
span { border-color: #DDCD9E; }
span { border-color: rgb(221,205,158); }
td.TdClassName
{
border-color: #DDCD9E;
}
.TagClassName
{
border-color: #DDCD9E;
}
</style>