Shades of Tahuna Sands #DCD1A0
Tints of Tahuna Sands #DCD1A0
RGB
CMYK
RGB Variations
Color information
#DCD1A0 (or 0xDCD1A0) is known color: Tahuna Sands. HEX triplet: DC, D1 and A0. RGB value is (220,209,160). Sum of RGB (Red+Green+Blue) = 220+209+160=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1A0 is #232E5F. Grayscale: #CECECE. Windows color (decimal): -2305632 or 10539484. OLE color: 10539484.
HSL color Cylindrical-coordinate representation of color #DCD1A0: hue angle of 49º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCD1A0 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 160 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.14 |
| HSL | 49º | 0.46% | 0.75% | - |
| HSV(B) | 49º | 0.27% | 0.86% | - |
| XYZ | 58.66 | 63.35 | 42.39 | - |
| YUV | 206.7 | 101.64 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 160 | 0 | 0.05 | 0.27 | 0.14 | 49 | 0.46 | 0.75 |
| Hex | DC | D1 | A0 | 0 | 5 | 1B | E | 31 | 2E | 4B |
| Octal | 334 | 321 | 240 | 0 | 5 | 33 | 16 | 61 | 56 | 113 |
| Binary | 11011100 | 11010001 | 10100000 | 0 | 101 | 11011 | 1110 | 110001 | 101110 | 1001011 |
Color Harmonies of #DCD1A0
Complementary color
Monochromatic Colors of #DCD1A0
Black with #DCD1A0
Text Example
Text Example
White with #DCD1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1A0; }
p { color: rgb(220,209,160); }
H1.HeaderClassName
{
color: #DCD1A0;
}
.AnyTagClassName
{
color: #DCD1A0;
}
</style>
background-color css
<style>
a { background-color: #DCD1A0; }
a { background-color: rgb(220,209,160); }
div.DivClassName
{
background-color: #DCD1A0;
}
.BgClassName
{
background-color: #DCD1A0;
}
</style>
border-color css
<style>
span { border-color: #DCD1A0; }
span { border-color: rgb(220,209,160); }
td.TdClassName
{
border-color: #DCD1A0;
}
.TagClassName
{
border-color: #DCD1A0;
}
</style>