Shades of Tahuna Sands #DAC99C
Tints of Tahuna Sands #DAC99C
RGB
CMYK
RGB Variations
Color information
#DAC99C (or 0xDAC99C) is known color: Tahuna Sands. HEX triplet: DA, C9 and 9C. RGB value is (218,201,156). Sum of RGB (Red+Green+Blue) = 218+201+156=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC99C is #253663. Grayscale: #C9C9C9. Windows color (decimal): -2438756 or 10275290. OLE color: 10275290.
HSL color Cylindrical-coordinate representation of color #DAC99C: hue angle of 43.55º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAC99C is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 156 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.15 |
| HSL | 43.55º | 0.46% | 0.73% | - |
| HSV(B) | 43.55º | 0.28% | 0.85% | - |
| XYZ | 55.8 | 59.08 | 39.91 | - |
| YUV | 200.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 156 | 0 | 0.08 | 0.28 | 0.15 | 43.55 | 0.46 | 0.73 |
| Hex | DA | C9 | 9C | 0 | 8 | 1C | F | 2C | 2E | 49 |
| Octal | 332 | 311 | 234 | 0 | 10 | 34 | 17 | 54 | 56 | 111 |
| Binary | 11011010 | 11001001 | 10011100 | 0 | 1000 | 11100 | 1111 | 101100 | 101110 | 1001001 |
Color Harmonies of #DAC99C
Complementary color
Monochromatic Colors of #DAC99C
Black with #DAC99C
Text Example
Text Example
White with #DAC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC99C; }
p { color: rgb(218,201,156); }
H1.HeaderClassName
{
color: #DAC99C;
}
.AnyTagClassName
{
color: #DAC99C;
}
</style>
background-color css
<style>
a { background-color: #DAC99C; }
a { background-color: rgb(218,201,156); }
div.DivClassName
{
background-color: #DAC99C;
}
.BgClassName
{
background-color: #DAC99C;
}
</style>
border-color css
<style>
span { border-color: #DAC99C; }
span { border-color: rgb(218,201,156); }
td.TdClassName
{
border-color: #DAC99C;
}
.TagClassName
{
border-color: #DAC99C;
}
</style>