Shades of Tahuna Sands #DDCC9C
Tints of Tahuna Sands #DDCC9C
RGB
CMYK
RGB Variations
Color information
#DDCC9C (or 0xDDCC9C) is known color: Tahuna Sands. HEX triplet: DD, CC and 9C. RGB value is (221,204,156). Sum of RGB (Red+Green+Blue) = 221+204+156=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC9C is #223363. Grayscale: #CBCBCB. Windows color (decimal): -2241380 or 10276061. OLE color: 10276061.
HSL color Cylindrical-coordinate representation of color #DDCC9C: hue angle of 44.31º degrees, saturation: 0.49, 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 #DDCC9C is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 156 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.13 |
| HSL | 44.31º | 0.49% | 0.74% | - |
| HSV(B) | 44.31º | 0.29% | 0.87% | - |
| XYZ | 57.41 | 60.96 | 40.19 | - |
| YUV | 203.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 156 | 0 | 0.08 | 0.29 | 0.13 | 44.31 | 0.49 | 0.74 |
| Hex | DD | CC | 9C | 0 | 8 | 1D | D | 2C | 31 | 4A |
| Octal | 335 | 314 | 234 | 0 | 10 | 35 | 15 | 54 | 61 | 112 |
| Binary | 11011101 | 11001100 | 10011100 | 0 | 1000 | 11101 | 1101 | 101100 | 110001 | 1001010 |
Color Harmonies of #DDCC9C
Complementary color
Monochromatic Colors of #DDCC9C
Black with #DDCC9C
Text Example
Text Example
White with #DDCC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC9C; }
p { color: rgb(221,204,156); }
H1.HeaderClassName
{
color: #DDCC9C;
}
.AnyTagClassName
{
color: #DDCC9C;
}
</style>
background-color css
<style>
a { background-color: #DDCC9C; }
a { background-color: rgb(221,204,156); }
div.DivClassName
{
background-color: #DDCC9C;
}
.BgClassName
{
background-color: #DDCC9C;
}
</style>
border-color css
<style>
span { border-color: #DDCC9C; }
span { border-color: rgb(221,204,156); }
td.TdClassName
{
border-color: #DDCC9C;
}
.TagClassName
{
border-color: #DDCC9C;
}
</style>