Shades of Tahuna Sands #DAC694
Tints of Tahuna Sands #DAC694
RGB
CMYK
RGB Variations
Color information
#DAC694 (or 0xDAC694) is known color: Tahuna Sands. HEX triplet: DA, C6 and 94. RGB value is (218,198,148). Sum of RGB (Red+Green+Blue) = 218+198+148=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC694 is #25396B. Grayscale: #C6C6C6. Windows color (decimal): -2439532 or 9750234. OLE color: 9750234.
HSL color Cylindrical-coordinate representation of color #DAC694: hue angle of 42.86º 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 #DAC694 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 148 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.15 |
| HSL | 42.86º | 0.49% | 0.72% | - |
| HSV(B) | 42.86º | 0.32% | 0.85% | - |
| XYZ | 54.45 | 57.43 | 36.23 | - |
| YUV | 198.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 148 | 0 | 0.09 | 0.32 | 0.15 | 42.86 | 0.49 | 0.72 |
| Hex | DA | C6 | 94 | 0 | 9 | 20 | F | 2B | 31 | 48 |
| Octal | 332 | 306 | 224 | 0 | 11 | 40 | 17 | 53 | 61 | 110 |
| Binary | 11011010 | 11000110 | 10010100 | 0 | 1001 | 100000 | 1111 | 101011 | 110001 | 1001000 |
Color Harmonies of #DAC694
Complementary color
Monochromatic Colors of #DAC694
Black with #DAC694
Text Example
Text Example
White with #DAC694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC694; }
p { color: rgb(218,198,148); }
H1.HeaderClassName
{
color: #DAC694;
}
.AnyTagClassName
{
color: #DAC694;
}
</style>
background-color css
<style>
a { background-color: #DAC694; }
a { background-color: rgb(218,198,148); }
div.DivClassName
{
background-color: #DAC694;
}
.BgClassName
{
background-color: #DAC694;
}
</style>
border-color css
<style>
span { border-color: #DAC694; }
span { border-color: rgb(218,198,148); }
td.TdClassName
{
border-color: #DAC694;
}
.TagClassName
{
border-color: #DAC694;
}
</style>