Shades of Tahuna Sands #DAC99D
Tints of Tahuna Sands #DAC99D
RGB
CMYK
RGB Variations
Color information
#DAC99D (or 0xDAC99D) is known color: Tahuna Sands. HEX triplet: DA, C9 and 9D. RGB value is (218,201,157). Sum of RGB (Red+Green+Blue) = 218+201+157=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC99D is #253662. Grayscale: #C9C9C9. Windows color (decimal): -2438755 or 10340826. OLE color: 10340826.
HSL color Cylindrical-coordinate representation of color #DAC99D: hue angle of 43.28º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAC99D is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 157 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.15 |
| HSL | 43.28º | 0.45% | 0.74% | - |
| HSV(B) | 43.28º | 0.28% | 0.85% | - |
| XYZ | 55.89 | 59.11 | 40.36 | - |
| YUV | 201.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 157 | 0 | 0.08 | 0.28 | 0.15 | 43.28 | 0.45 | 0.74 |
| Hex | DA | C9 | 9D | 0 | 8 | 1C | F | 2B | 2D | 4A |
| Octal | 332 | 311 | 235 | 0 | 10 | 34 | 17 | 53 | 55 | 112 |
| Binary | 11011010 | 11001001 | 10011101 | 0 | 1000 | 11100 | 1111 | 101011 | 101101 | 1001010 |
Color Harmonies of #DAC99D
Complementary color
Monochromatic Colors of #DAC99D
Black with #DAC99D
Text Example
Text Example
White with #DAC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC99D; }
p { color: rgb(218,201,157); }
H1.HeaderClassName
{
color: #DAC99D;
}
.AnyTagClassName
{
color: #DAC99D;
}
</style>
background-color css
<style>
a { background-color: #DAC99D; }
a { background-color: rgb(218,201,157); }
div.DivClassName
{
background-color: #DAC99D;
}
.BgClassName
{
background-color: #DAC99D;
}
</style>
border-color css
<style>
span { border-color: #DAC99D; }
span { border-color: rgb(218,201,157); }
td.TdClassName
{
border-color: #DAC99D;
}
.TagClassName
{
border-color: #DAC99D;
}
</style>