Shades of Tahuna Sands #DAC990
Tints of Tahuna Sands #DAC990
RGB
CMYK
RGB Variations
Color information
#DAC990 (or 0xDAC990) is known color: Tahuna Sands. HEX triplet: DA, C9 and 90. RGB value is (218,201,144). Sum of RGB (Red+Green+Blue) = 218+201+144=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC990 is #25366F. Grayscale: #C7C7C7. Windows color (decimal): -2438768 or 9488858. OLE color: 9488858.
HSL color Cylindrical-coordinate representation of color #DAC990: hue angle of 46.22º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAC990 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 144 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.15 |
| HSL | 46.22º | 0.5% | 0.71% | - |
| HSV(B) | 46.22º | 0.34% | 0.85% | - |
| XYZ | 54.83 | 58.69 | 34.82 | - |
| YUV | 199.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 144 | 0 | 0.08 | 0.34 | 0.15 | 46.22 | 0.5 | 0.71 |
| Hex | DA | C9 | 90 | 0 | 8 | 22 | F | 2E | 32 | 47 |
| Octal | 332 | 311 | 220 | 0 | 10 | 42 | 17 | 56 | 62 | 107 |
| Binary | 11011010 | 11001001 | 10010000 | 0 | 1000 | 100010 | 1111 | 101110 | 110010 | 1000111 |
Color Harmonies of #DAC990
Complementary color
Monochromatic Colors of #DAC990
Black with #DAC990
Text Example
Text Example
White with #DAC990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC990; }
p { color: rgb(218,201,144); }
H1.HeaderClassName
{
color: #DAC990;
}
.AnyTagClassName
{
color: #DAC990;
}
</style>
background-color css
<style>
a { background-color: #DAC990; }
a { background-color: rgb(218,201,144); }
div.DivClassName
{
background-color: #DAC990;
}
.BgClassName
{
background-color: #DAC990;
}
</style>
border-color css
<style>
span { border-color: #DAC990; }
span { border-color: rgb(218,201,144); }
td.TdClassName
{
border-color: #DAC990;
}
.TagClassName
{
border-color: #DAC990;
}
</style>