Shades of Tahuna Sands #DACDA1
Tints of Tahuna Sands #DACDA1
RGB
CMYK
RGB Variations
Color information
#DACDA1 (or 0xDACDA1) is known color: Tahuna Sands. HEX triplet: DA, CD and A1. RGB value is (218,205,161). Sum of RGB (Red+Green+Blue) = 218+205+161=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACDA1 is #25325E. Grayscale: #CCCCCC. Windows color (decimal): -2437727 or 10603994. OLE color: 10603994.
HSL color Cylindrical-coordinate representation of color #DACDA1: hue angle of 46.32º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DACDA1 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 161 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.15 |
| HSL | 46.32º | 0.44% | 0.74% | - |
| HSV(B) | 46.32º | 0.26% | 0.85% | - |
| XYZ | 57.18 | 61.14 | 42.51 | - |
| YUV | 203.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 161 | 0 | 0.06 | 0.26 | 0.15 | 46.32 | 0.44 | 0.74 |
| Hex | DA | CD | A1 | 0 | 6 | 1A | F | 2E | 2C | 4A |
| Octal | 332 | 315 | 241 | 0 | 6 | 32 | 17 | 56 | 54 | 112 |
| Binary | 11011010 | 11001101 | 10100001 | 0 | 110 | 11010 | 1111 | 101110 | 101100 | 1001010 |
Color Harmonies of #DACDA1
Complementary color
Monochromatic Colors of #DACDA1
Black with #DACDA1
Text Example
Text Example
White with #DACDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDA1; }
p { color: rgb(218,205,161); }
H1.HeaderClassName
{
color: #DACDA1;
}
.AnyTagClassName
{
color: #DACDA1;
}
</style>
background-color css
<style>
a { background-color: #DACDA1; }
a { background-color: rgb(218,205,161); }
div.DivClassName
{
background-color: #DACDA1;
}
.BgClassName
{
background-color: #DACDA1;
}
</style>
border-color css
<style>
span { border-color: #DACDA1; }
span { border-color: rgb(218,205,161); }
td.TdClassName
{
border-color: #DACDA1;
}
.TagClassName
{
border-color: #DACDA1;
}
</style>