Shades of Tahuna Sands #DAC591
Tints of Tahuna Sands #DAC591
RGB
CMYK
RGB Variations
Color information
#DAC591 (or 0xDAC591) is known color: Tahuna Sands. HEX triplet: DA, C5 and 91. RGB value is (218,197,145). Sum of RGB (Red+Green+Blue) = 218+197+145=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC591 is #253A6E. Grayscale: #C5C5C5. Windows color (decimal): -2439791 or 9553370. OLE color: 9553370.
HSL color Cylindrical-coordinate representation of color #DAC591: hue angle of 42.74º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAC591 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 145 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.15 |
| HSL | 42.74º | 0.5% | 0.71% | - |
| HSV(B) | 42.74º | 0.33% | 0.85% | - |
| XYZ | 53.99 | 56.88 | 34.92 | - |
| YUV | 197.35 | 98.46 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 145 | 0 | 0.10 | 0.33 | 0.15 | 42.74 | 0.5 | 0.71 |
| Hex | DA | C5 | 91 | 0 | A | 21 | F | 2B | 32 | 47 |
| Octal | 332 | 305 | 221 | 0 | 12 | 41 | 17 | 53 | 62 | 107 |
| Binary | 11011010 | 11000101 | 10010001 | 0 | 1010 | 100001 | 1111 | 101011 | 110010 | 1000111 |
Color Harmonies of #DAC591
Complementary color
Monochromatic Colors of #DAC591
Black with #DAC591
Text Example
Text Example
White with #DAC591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC591; }
p { color: rgb(218,197,145); }
H1.HeaderClassName
{
color: #DAC591;
}
.AnyTagClassName
{
color: #DAC591;
}
</style>
background-color css
<style>
a { background-color: #DAC591; }
a { background-color: rgb(218,197,145); }
div.DivClassName
{
background-color: #DAC591;
}
.BgClassName
{
background-color: #DAC591;
}
</style>
border-color css
<style>
span { border-color: #DAC591; }
span { border-color: rgb(218,197,145); }
td.TdClassName
{
border-color: #DAC591;
}
.TagClassName
{
border-color: #DAC591;
}
</style>