Shades of Tahuna Sands #DAD290
Tints of Tahuna Sands #DAD290
RGB
CMYK
RGB Variations
Color information
#DAD290 (or 0xDAD290) is known color: Tahuna Sands. HEX triplet: DA, D2 and 90. RGB value is (218,210,144). Sum of RGB (Red+Green+Blue) = 218+210+144=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD290 is #252D6F. Grayscale: #CDCDCD. Windows color (decimal): -2436464 or 9491162. OLE color: 9491162.
HSL color Cylindrical-coordinate representation of color #DAD290: hue angle of 53.51º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAD290 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 144 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.15 |
| HSL | 53.51º | 0.5% | 0.71% | - |
| HSV(B) | 53.51º | 0.34% | 0.85% | - |
| XYZ | 56.99 | 63.01 | 35.54 | - |
| YUV | 204.87 | 93.65 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 144 | 0 | 0.04 | 0.34 | 0.15 | 53.51 | 0.5 | 0.71 |
| Hex | DA | D2 | 90 | 0 | 4 | 22 | F | 36 | 32 | 47 |
| Octal | 332 | 322 | 220 | 0 | 4 | 42 | 17 | 66 | 62 | 107 |
| Binary | 11011010 | 11010010 | 10010000 | 0 | 100 | 100010 | 1111 | 110110 | 110010 | 1000111 |
Color Harmonies of #DAD290
Complementary color
Monochromatic Colors of #DAD290
Black with #DAD290
Text Example
Text Example
White with #DAD290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD290; }
p { color: rgb(218,210,144); }
H1.HeaderClassName
{
color: #DAD290;
}
.AnyTagClassName
{
color: #DAD290;
}
</style>
background-color css
<style>
a { background-color: #DAD290; }
a { background-color: rgb(218,210,144); }
div.DivClassName
{
background-color: #DAD290;
}
.BgClassName
{
background-color: #DAD290;
}
</style>
border-color css
<style>
span { border-color: #DAD290; }
span { border-color: rgb(218,210,144); }
td.TdClassName
{
border-color: #DAD290;
}
.TagClassName
{
border-color: #DAD290;
}
</style>