Shades of Tahuna Sands #DAD194
Tints of Tahuna Sands #DAD194
RGB
CMYK
RGB Variations
Color information
#DAD194 (or 0xDAD194) is known color: Tahuna Sands. HEX triplet: DA, D1 and 94. RGB value is (218,209,148). Sum of RGB (Red+Green+Blue) = 218+209+148=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD194 is #252E6B. Grayscale: #CCCCCC. Windows color (decimal): -2436716 or 9753050. OLE color: 9753050.
HSL color Cylindrical-coordinate representation of color #DAD194: hue angle of 52.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAD194 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 148 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.15 |
| HSL | 52.29º | 0.49% | 0.72% | - |
| HSV(B) | 52.29º | 0.32% | 0.85% | - |
| XYZ | 57.06 | 62.64 | 37.1 | - |
| YUV | 204.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 148 | 0 | 0.04 | 0.32 | 0.15 | 52.29 | 0.49 | 0.72 |
| Hex | DA | D1 | 94 | 0 | 4 | 20 | F | 34 | 31 | 48 |
| Octal | 332 | 321 | 224 | 0 | 4 | 40 | 17 | 64 | 61 | 110 |
| Binary | 11011010 | 11010001 | 10010100 | 0 | 100 | 100000 | 1111 | 110100 | 110001 | 1001000 |
Color Harmonies of #DAD194
Complementary color
Monochromatic Colors of #DAD194
Black with #DAD194
Text Example
Text Example
White with #DAD194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD194; }
p { color: rgb(218,209,148); }
H1.HeaderClassName
{
color: #DAD194;
}
.AnyTagClassName
{
color: #DAD194;
}
</style>
background-color css
<style>
a { background-color: #DAD194; }
a { background-color: rgb(218,209,148); }
div.DivClassName
{
background-color: #DAD194;
}
.BgClassName
{
background-color: #DAD194;
}
</style>
border-color css
<style>
span { border-color: #DAD194; }
span { border-color: rgb(218,209,148); }
td.TdClassName
{
border-color: #DAD194;
}
.TagClassName
{
border-color: #DAD194;
}
</style>