Shades of Tahuna Sands #DDCC9D
Tints of Tahuna Sands #DDCC9D
RGB
CMYK
RGB Variations
Color information
#DDCC9D (or 0xDDCC9D) is known color: Tahuna Sands. HEX triplet: DD, CC and 9D. RGB value is (221,204,157). Sum of RGB (Red+Green+Blue) = 221+204+157=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC9D is #223362. Grayscale: #CBCBCB. Windows color (decimal): -2241379 or 10341597. OLE color: 10341597.
HSL color Cylindrical-coordinate representation of color #DDCC9D: hue angle of 44.06º 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 #DDCC9D is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 157 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.13 |
| HSL | 44.06º | 0.48% | 0.74% | - |
| HSV(B) | 44.06º | 0.29% | 0.87% | - |
| XYZ | 57.5 | 60.99 | 40.64 | - |
| YUV | 203.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 157 | 0 | 0.08 | 0.29 | 0.13 | 44.06 | 0.48 | 0.74 |
| Hex | DD | CC | 9D | 0 | 8 | 1D | D | 2C | 30 | 4A |
| Octal | 335 | 314 | 235 | 0 | 10 | 35 | 15 | 54 | 60 | 112 |
| Binary | 11011101 | 11001100 | 10011101 | 0 | 1000 | 11101 | 1101 | 101100 | 110000 | 1001010 |
Color Harmonies of #DDCC9D
Complementary color
Monochromatic Colors of #DDCC9D
Black with #DDCC9D
Text Example
Text Example
White with #DDCC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC9D; }
p { color: rgb(221,204,157); }
H1.HeaderClassName
{
color: #DDCC9D;
}
.AnyTagClassName
{
color: #DDCC9D;
}
</style>
background-color css
<style>
a { background-color: #DDCC9D; }
a { background-color: rgb(221,204,157); }
div.DivClassName
{
background-color: #DDCC9D;
}
.BgClassName
{
background-color: #DDCC9D;
}
</style>
border-color css
<style>
span { border-color: #DDCC9D; }
span { border-color: rgb(221,204,157); }
td.TdClassName
{
border-color: #DDCC9D;
}
.TagClassName
{
border-color: #DDCC9D;
}
</style>