Shades of Tahuna Sands #DDCDA0
Tints of Tahuna Sands #DDCDA0
RGB
CMYK
RGB Variations
Color information
#DDCDA0 (or 0xDDCDA0) is known color: Tahuna Sands. HEX triplet: DD, CD and A0. RGB value is (221,205,160). Sum of RGB (Red+Green+Blue) = 221+205+160=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDA0 is #22325F. Grayscale: #CCCCCC. Windows color (decimal): -2241120 or 10538461. OLE color: 10538461.
HSL color Cylindrical-coordinate representation of color #DDCDA0: hue angle of 44.26º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDCDA0 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 160 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.13 |
| HSL | 44.26º | 0.47% | 0.75% | - |
| HSV(B) | 44.26º | 0.28% | 0.87% | - |
| XYZ | 58 | 61.57 | 42.09 | - |
| YUV | 204.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 160 | 0 | 0.07 | 0.28 | 0.13 | 44.26 | 0.47 | 0.75 |
| Hex | DD | CD | A0 | 0 | 7 | 1C | D | 2C | 2F | 4B |
| Octal | 335 | 315 | 240 | 0 | 7 | 34 | 15 | 54 | 57 | 113 |
| Binary | 11011101 | 11001101 | 10100000 | 0 | 111 | 11100 | 1101 | 101100 | 101111 | 1001011 |
Color Harmonies of #DDCDA0
Complementary color
Monochromatic Colors of #DDCDA0
Black with #DDCDA0
Text Example
Text Example
White with #DDCDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDA0; }
p { color: rgb(221,205,160); }
H1.HeaderClassName
{
color: #DDCDA0;
}
.AnyTagClassName
{
color: #DDCDA0;
}
</style>
background-color css
<style>
a { background-color: #DDCDA0; }
a { background-color: rgb(221,205,160); }
div.DivClassName
{
background-color: #DDCDA0;
}
.BgClassName
{
background-color: #DDCDA0;
}
</style>
border-color css
<style>
span { border-color: #DDCDA0; }
span { border-color: rgb(221,205,160); }
td.TdClassName
{
border-color: #DDCDA0;
}
.TagClassName
{
border-color: #DDCDA0;
}
</style>