Shades of Tahuna Sands #DACA94
Tints of Tahuna Sands #DACA94
RGB
CMYK
RGB Variations
Color information
#DACA94 (or 0xDACA94) is known color: Tahuna Sands. HEX triplet: DA, CA and 94. RGB value is (218,202,148). Sum of RGB (Red+Green+Blue) = 218+202+148=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACA94 is #25356B. Grayscale: #C8C8C8. Windows color (decimal): -2438508 or 9751258. OLE color: 9751258.
HSL color Cylindrical-coordinate representation of color #DACA94: hue angle of 46.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DACA94 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 148 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.15 |
| HSL | 46.29º | 0.49% | 0.72% | - |
| HSV(B) | 46.29º | 0.32% | 0.85% | - |
| XYZ | 55.38 | 59.28 | 36.54 | - |
| YUV | 200.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 148 | 0 | 0.07 | 0.32 | 0.15 | 46.29 | 0.49 | 0.72 |
| Hex | DA | CA | 94 | 0 | 7 | 20 | F | 2E | 31 | 48 |
| Octal | 332 | 312 | 224 | 0 | 7 | 40 | 17 | 56 | 61 | 110 |
| Binary | 11011010 | 11001010 | 10010100 | 0 | 111 | 100000 | 1111 | 101110 | 110001 | 1001000 |
Color Harmonies of #DACA94
Complementary color
Monochromatic Colors of #DACA94
Black with #DACA94
Text Example
Text Example
White with #DACA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA94; }
p { color: rgb(218,202,148); }
H1.HeaderClassName
{
color: #DACA94;
}
.AnyTagClassName
{
color: #DACA94;
}
</style>
background-color css
<style>
a { background-color: #DACA94; }
a { background-color: rgb(218,202,148); }
div.DivClassName
{
background-color: #DACA94;
}
.BgClassName
{
background-color: #DACA94;
}
</style>
border-color css
<style>
span { border-color: #DACA94; }
span { border-color: rgb(218,202,148); }
td.TdClassName
{
border-color: #DACA94;
}
.TagClassName
{
border-color: #DACA94;
}
</style>