Shades of Tahuna Sands #DDCDA1
Tints of Tahuna Sands #DDCDA1
RGB
CMYK
RGB Variations
Color information
#DDCDA1 (or 0xDDCDA1) is known color: Tahuna Sands. HEX triplet: DD, CD and A1. RGB value is (221,205,161). Sum of RGB (Red+Green+Blue) = 221+205+161=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDA1 is #22325E. Grayscale: #CCCCCC. Windows color (decimal): -2241119 or 10603997. OLE color: 10603997.
HSL color Cylindrical-coordinate representation of color #DDCDA1: hue angle of 44º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDCDA1 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 161 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.13 |
| HSL | 44º | 0.47% | 0.75% | - |
| HSV(B) | 44º | 0.27% | 0.87% | - |
| XYZ | 58.08 | 61.61 | 42.55 | - |
| YUV | 204.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 161 | 0 | 0.07 | 0.27 | 0.13 | 44 | 0.47 | 0.75 |
| Hex | DD | CD | A1 | 0 | 7 | 1B | D | 2C | 2F | 4B |
| Octal | 335 | 315 | 241 | 0 | 7 | 33 | 15 | 54 | 57 | 113 |
| Binary | 11011101 | 11001101 | 10100001 | 0 | 111 | 11011 | 1101 | 101100 | 101111 | 1001011 |
Color Harmonies of #DDCDA1
Complementary color
Monochromatic Colors of #DDCDA1
Black with #DDCDA1
Text Example
Text Example
White with #DDCDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDA1; }
p { color: rgb(221,205,161); }
H1.HeaderClassName
{
color: #DDCDA1;
}
.AnyTagClassName
{
color: #DDCDA1;
}
</style>
background-color css
<style>
a { background-color: #DDCDA1; }
a { background-color: rgb(221,205,161); }
div.DivClassName
{
background-color: #DDCDA1;
}
.BgClassName
{
background-color: #DDCDA1;
}
</style>
border-color css
<style>
span { border-color: #DDCDA1; }
span { border-color: rgb(221,205,161); }
td.TdClassName
{
border-color: #DDCDA1;
}
.TagClassName
{
border-color: #DDCDA1;
}
</style>