Shades of Tahuna Sands #DACA9C
Tints of Tahuna Sands #DACA9C
RGB
CMYK
RGB Variations
Color information
#DACA9C (or 0xDACA9C) is known color: Tahuna Sands. HEX triplet: DA, CA and 9C. RGB value is (218,202,156). Sum of RGB (Red+Green+Blue) = 218+202+156=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACA9C is #253563. Grayscale: #C9C9C9. Windows color (decimal): -2438500 or 10275546. OLE color: 10275546.
HSL color Cylindrical-coordinate representation of color #DACA9C: hue angle of 44.52º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DACA9C is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 156 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.15 |
| HSL | 44.52º | 0.46% | 0.73% | - |
| HSV(B) | 44.52º | 0.28% | 0.85% | - |
| XYZ | 56.03 | 59.55 | 39.99 | - |
| YUV | 201.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 156 | 0 | 0.07 | 0.28 | 0.15 | 44.52 | 0.46 | 0.73 |
| Hex | DA | CA | 9C | 0 | 7 | 1C | F | 2D | 2E | 49 |
| Octal | 332 | 312 | 234 | 0 | 7 | 34 | 17 | 55 | 56 | 111 |
| Binary | 11011010 | 11001010 | 10011100 | 0 | 111 | 11100 | 1111 | 101101 | 101110 | 1001001 |
Color Harmonies of #DACA9C
Complementary color
Monochromatic Colors of #DACA9C
Black with #DACA9C
Text Example
Text Example
White with #DACA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA9C; }
p { color: rgb(218,202,156); }
H1.HeaderClassName
{
color: #DACA9C;
}
.AnyTagClassName
{
color: #DACA9C;
}
</style>
background-color css
<style>
a { background-color: #DACA9C; }
a { background-color: rgb(218,202,156); }
div.DivClassName
{
background-color: #DACA9C;
}
.BgClassName
{
background-color: #DACA9C;
}
</style>
border-color css
<style>
span { border-color: #DACA9C; }
span { border-color: rgb(218,202,156); }
td.TdClassName
{
border-color: #DACA9C;
}
.TagClassName
{
border-color: #DACA9C;
}
</style>