Shades of Tahuna Sands #DAD19E
Tints of Tahuna Sands #DAD19E
RGB
CMYK
RGB Variations
Color information
#DAD19E (or 0xDAD19E) is known color: Tahuna Sands. HEX triplet: DA, D1 and 9E. RGB value is (218,209,158). Sum of RGB (Red+Green+Blue) = 218+209+158=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD19E is #252E61. Grayscale: #CECECE. Windows color (decimal): -2436706 or 10408410. OLE color: 10408410.
HSL color Cylindrical-coordinate representation of color #DAD19E: hue angle of 51º 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 #DAD19E is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 158 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.15 |
| HSL | 51º | 0.45% | 0.74% | - |
| HSV(B) | 51º | 0.28% | 0.85% | - |
| XYZ | 57.89 | 62.97 | 41.45 | - |
| YUV | 205.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 158 | 0 | 0.04 | 0.28 | 0.15 | 51 | 0.45 | 0.74 |
| Hex | DA | D1 | 9E | 0 | 4 | 1C | F | 33 | 2D | 4A |
| Octal | 332 | 321 | 236 | 0 | 4 | 34 | 17 | 63 | 55 | 112 |
| Binary | 11011010 | 11010001 | 10011110 | 0 | 100 | 11100 | 1111 | 110011 | 101101 | 1001010 |
Color Harmonies of #DAD19E
Complementary color
Monochromatic Colors of #DAD19E
Black with #DAD19E
Text Example
Text Example
White with #DAD19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD19E; }
p { color: rgb(218,209,158); }
H1.HeaderClassName
{
color: #DAD19E;
}
.AnyTagClassName
{
color: #DAD19E;
}
</style>
background-color css
<style>
a { background-color: #DAD19E; }
a { background-color: rgb(218,209,158); }
div.DivClassName
{
background-color: #DAD19E;
}
.BgClassName
{
background-color: #DAD19E;
}
</style>
border-color css
<style>
span { border-color: #DAD19E; }
span { border-color: rgb(218,209,158); }
td.TdClassName
{
border-color: #DAD19E;
}
.TagClassName
{
border-color: #DAD19E;
}
</style>