Shades of Tahuna Sands #DAC890
Tints of Tahuna Sands #DAC890
RGB
CMYK
RGB Variations
Color information
#DAC890 (or 0xDAC890) is known color: Tahuna Sands. HEX triplet: DA, C8 and 90. RGB value is (218,200,144). Sum of RGB (Red+Green+Blue) = 218+200+144=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC890 is #25376F. Grayscale: #C7C7C7. Windows color (decimal): -2439024 or 9488602. OLE color: 9488602.
HSL color Cylindrical-coordinate representation of color #DAC890: hue angle of 45.41º 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 #DAC890 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 144 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.15 |
| HSL | 45.41º | 0.5% | 0.71% | - |
| HSV(B) | 45.41º | 0.34% | 0.85% | - |
| XYZ | 54.6 | 58.23 | 34.75 | - |
| YUV | 199 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 144 | 0 | 0.08 | 0.34 | 0.15 | 45.41 | 0.5 | 0.71 |
| Hex | DA | C8 | 90 | 0 | 8 | 22 | F | 2D | 32 | 47 |
| Octal | 332 | 310 | 220 | 0 | 10 | 42 | 17 | 55 | 62 | 107 |
| Binary | 11011010 | 11001000 | 10010000 | 0 | 1000 | 100010 | 1111 | 101101 | 110010 | 1000111 |
Color Harmonies of #DAC890
Complementary color
Monochromatic Colors of #DAC890
Black with #DAC890
Text Example
Text Example
White with #DAC890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC890; }
p { color: rgb(218,200,144); }
H1.HeaderClassName
{
color: #DAC890;
}
.AnyTagClassName
{
color: #DAC890;
}
</style>
background-color css
<style>
a { background-color: #DAC890; }
a { background-color: rgb(218,200,144); }
div.DivClassName
{
background-color: #DAC890;
}
.BgClassName
{
background-color: #DAC890;
}
</style>
border-color css
<style>
span { border-color: #DAC890; }
span { border-color: rgb(218,200,144); }
td.TdClassName
{
border-color: #DAC890;
}
.TagClassName
{
border-color: #DAC890;
}
</style>