Shades of Tahuna Sands #DAC993
Tints of Tahuna Sands #DAC993
RGB
CMYK
RGB Variations
Color information
#DAC993 (or 0xDAC993) is known color: Tahuna Sands. HEX triplet: DA, C9 and 93. RGB value is (218,201,147). Sum of RGB (Red+Green+Blue) = 218+201+147=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC993 is #25366C. Grayscale: #C8C8C8. Windows color (decimal): -2438765 or 9685466. OLE color: 9685466.
HSL color Cylindrical-coordinate representation of color #DAC993: hue angle of 45.63º 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 #DAC993 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 147 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.15 |
| HSL | 45.63º | 0.49% | 0.72% | - |
| HSV(B) | 45.63º | 0.33% | 0.85% | - |
| XYZ | 55.07 | 58.79 | 36.05 | - |
| YUV | 199.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 147 | 0 | 0.08 | 0.33 | 0.15 | 45.63 | 0.49 | 0.72 |
| Hex | DA | C9 | 93 | 0 | 8 | 21 | F | 2E | 31 | 48 |
| Octal | 332 | 311 | 223 | 0 | 10 | 41 | 17 | 56 | 61 | 110 |
| Binary | 11011010 | 11001001 | 10010011 | 0 | 1000 | 100001 | 1111 | 101110 | 110001 | 1001000 |
Color Harmonies of #DAC993
Complementary color
Monochromatic Colors of #DAC993
Black with #DAC993
Text Example
Text Example
White with #DAC993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC993; }
p { color: rgb(218,201,147); }
H1.HeaderClassName
{
color: #DAC993;
}
.AnyTagClassName
{
color: #DAC993;
}
</style>
background-color css
<style>
a { background-color: #DAC993; }
a { background-color: rgb(218,201,147); }
div.DivClassName
{
background-color: #DAC993;
}
.BgClassName
{
background-color: #DAC993;
}
</style>
border-color css
<style>
span { border-color: #DAC993; }
span { border-color: rgb(218,201,147); }
td.TdClassName
{
border-color: #DAC993;
}
.TagClassName
{
border-color: #DAC993;
}
</style>