Shades of Tahuna Sands #D1CCA0
Tints of Tahuna Sands #D1CCA0
RGB
CMYK
RGB Variations
Color information
#D1CCA0 (or 0xD1CCA0) is known color: Tahuna Sands. HEX triplet: D1, CC and A0. RGB value is (209,204,160). Sum of RGB (Red+Green+Blue) = 209+204+160=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CCA0 is #2E335F. Grayscale: #C8C8C8. Windows color (decimal): -3027808 or 10538193. OLE color: 10538193.
HSL color Cylindrical-coordinate representation of color #D1CCA0: hue angle of 53.88º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1CCA0 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 160 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.18 |
| HSL | 53.88º | 0.35% | 0.72% | - |
| HSV(B) | 53.88º | 0.23% | 0.82% | - |
| XYZ | 54.23 | 59.28 | 41.84 | - |
| YUV | 200.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 160 | 0 | 0.02 | 0.23 | 0.18 | 53.88 | 0.35 | 0.72 |
| Hex | D1 | CC | A0 | 0 | 2 | 17 | 12 | 36 | 23 | 48 |
| Octal | 321 | 314 | 240 | 0 | 2 | 27 | 22 | 66 | 43 | 110 |
| Binary | 11010001 | 11001100 | 10100000 | 0 | 10 | 10111 | 10010 | 110110 | 100011 | 1001000 |
Color Harmonies of #D1CCA0
Complementary color
Monochromatic Colors of #D1CCA0
Black with #D1CCA0
Text Example
Text Example
White with #D1CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCA0; }
p { color: rgb(209,204,160); }
H1.HeaderClassName
{
color: #D1CCA0;
}
.AnyTagClassName
{
color: #D1CCA0;
}
</style>
background-color css
<style>
a { background-color: #D1CCA0; }
a { background-color: rgb(209,204,160); }
div.DivClassName
{
background-color: #D1CCA0;
}
.BgClassName
{
background-color: #D1CCA0;
}
</style>
border-color css
<style>
span { border-color: #D1CCA0; }
span { border-color: rgb(209,204,160); }
td.TdClassName
{
border-color: #D1CCA0;
}
.TagClassName
{
border-color: #D1CCA0;
}
</style>