Shades of Tahuna Sands #DDCD90
Tints of Tahuna Sands #DDCD90
RGB
CMYK
RGB Variations
Color information
#DDCD90 (or 0xDDCD90) is known color: Tahuna Sands. HEX triplet: DD, CD and 90. RGB value is (221,205,144). Sum of RGB (Red+Green+Blue) = 221+205+144=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD90 is #22326F. Grayscale: #CBCBCB. Windows color (decimal): -2241136 or 9489885. OLE color: 9489885.
HSL color Cylindrical-coordinate representation of color #DDCD90: hue angle of 47.53º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDCD90 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 144 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.13 |
| HSL | 47.53º | 0.53% | 0.72% | - |
| HSV(B) | 47.53º | 0.35% | 0.87% | - |
| XYZ | 56.68 | 61.05 | 35.18 | - |
| YUV | 202.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 144 | 0 | 0.07 | 0.35 | 0.13 | 47.53 | 0.53 | 0.72 |
| Hex | DD | CD | 90 | 0 | 7 | 23 | D | 30 | 35 | 48 |
| Octal | 335 | 315 | 220 | 0 | 7 | 43 | 15 | 60 | 65 | 110 |
| Binary | 11011101 | 11001101 | 10010000 | 0 | 111 | 100011 | 1101 | 110000 | 110101 | 1001000 |
Color Harmonies of #DDCD90
Complementary color
Monochromatic Colors of #DDCD90
Black with #DDCD90
Text Example
Text Example
White with #DDCD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD90; }
p { color: rgb(221,205,144); }
H1.HeaderClassName
{
color: #DDCD90;
}
.AnyTagClassName
{
color: #DDCD90;
}
</style>
background-color css
<style>
a { background-color: #DDCD90; }
a { background-color: rgb(221,205,144); }
div.DivClassName
{
background-color: #DDCD90;
}
.BgClassName
{
background-color: #DDCD90;
}
</style>
border-color css
<style>
span { border-color: #DDCD90; }
span { border-color: rgb(221,205,144); }
td.TdClassName
{
border-color: #DDCD90;
}
.TagClassName
{
border-color: #DDCD90;
}
</style>