Shades of Tahuna Sands #DAC693
Tints of Tahuna Sands #DAC693
RGB
CMYK
RGB Variations
Color information
#DAC693 (or 0xDAC693) is known color: Tahuna Sands. HEX triplet: DA, C6 and 93. RGB value is (218,198,147). Sum of RGB (Red+Green+Blue) = 218+198+147=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC693 is #25396C. Grayscale: #C6C6C6. Windows color (decimal): -2439533 or 9684698. OLE color: 9684698.
HSL color Cylindrical-coordinate representation of color #DAC693: hue angle of 43.1º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAC693 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 147 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.15 |
| HSL | 43.1º | 0.49% | 0.72% | - |
| HSV(B) | 43.1º | 0.33% | 0.85% | - |
| XYZ | 54.37 | 57.4 | 35.82 | - |
| YUV | 198.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 147 | 0 | 0.09 | 0.33 | 0.15 | 43.1 | 0.49 | 0.72 |
| Hex | DA | C6 | 93 | 0 | 9 | 21 | F | 2B | 31 | 48 |
| Octal | 332 | 306 | 223 | 0 | 11 | 41 | 17 | 53 | 61 | 110 |
| Binary | 11011010 | 11000110 | 10010011 | 0 | 1001 | 100001 | 1111 | 101011 | 110001 | 1001000 |
Color Harmonies of #DAC693
Complementary color
Monochromatic Colors of #DAC693
Black with #DAC693
Text Example
Text Example
White with #DAC693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC693; }
p { color: rgb(218,198,147); }
H1.HeaderClassName
{
color: #DAC693;
}
.AnyTagClassName
{
color: #DAC693;
}
</style>
background-color css
<style>
a { background-color: #DAC693; }
a { background-color: rgb(218,198,147); }
div.DivClassName
{
background-color: #DAC693;
}
.BgClassName
{
background-color: #DAC693;
}
</style>
border-color css
<style>
span { border-color: #DAC693; }
span { border-color: rgb(218,198,147); }
td.TdClassName
{
border-color: #DAC693;
}
.TagClassName
{
border-color: #DAC693;
}
</style>