Shades of Tahuna Sands #DCCFA0
Tints of Tahuna Sands #DCCFA0
RGB
CMYK
RGB Variations
Color information
#DCCFA0 (or 0xDCCFA0) is known color: Tahuna Sands. HEX triplet: DC, CF and A0. RGB value is (220,207,160). Sum of RGB (Red+Green+Blue) = 220+207+160=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCFA0 is #23305F. Grayscale: #CDCDCD. Windows color (decimal): -2306144 or 10538972. OLE color: 10538972.
HSL color Cylindrical-coordinate representation of color #DCCFA0: hue angle of 47º 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 #DCCFA0 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 160 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.14 |
| HSL | 47º | 0.46% | 0.75% | - |
| HSV(B) | 47º | 0.27% | 0.86% | - |
| XYZ | 58.17 | 62.38 | 42.23 | - |
| YUV | 205.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 160 | 0 | 0.06 | 0.27 | 0.14 | 47 | 0.46 | 0.75 |
| Hex | DC | CF | A0 | 0 | 6 | 1B | E | 2F | 2E | 4B |
| Octal | 334 | 317 | 240 | 0 | 6 | 33 | 16 | 57 | 56 | 113 |
| Binary | 11011100 | 11001111 | 10100000 | 0 | 110 | 11011 | 1110 | 101111 | 101110 | 1001011 |
Color Harmonies of #DCCFA0
Complementary color
Monochromatic Colors of #DCCFA0
Black with #DCCFA0
Text Example
Text Example
White with #DCCFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFA0; }
p { color: rgb(220,207,160); }
H1.HeaderClassName
{
color: #DCCFA0;
}
.AnyTagClassName
{
color: #DCCFA0;
}
</style>
background-color css
<style>
a { background-color: #DCCFA0; }
a { background-color: rgb(220,207,160); }
div.DivClassName
{
background-color: #DCCFA0;
}
.BgClassName
{
background-color: #DCCFA0;
}
</style>
border-color css
<style>
span { border-color: #DCCFA0; }
span { border-color: rgb(220,207,160); }
td.TdClassName
{
border-color: #DCCFA0;
}
.TagClassName
{
border-color: #DCCFA0;
}
</style>