Shades of Tahuna Sands #DAD0A1
Tints of Tahuna Sands #DAD0A1
RGB
CMYK
RGB Variations
Color information
#DAD0A1 (or 0xDAD0A1) is known color: Tahuna Sands. HEX triplet: DA, D0 and A1. RGB value is (218,208,161). Sum of RGB (Red+Green+Blue) = 218+208+161=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD0A1 is #252F5E. Grayscale: #CDCDCD. Windows color (decimal): -2436959 or 10604762. OLE color: 10604762.
HSL color Cylindrical-coordinate representation of color #DAD0A1: hue angle of 49.47º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAD0A1 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 208 | 161 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.15 |
| HSL | 49.47º | 0.44% | 0.74% | - |
| HSV(B) | 49.47º | 0.26% | 0.85% | - |
| XYZ | 57.9 | 62.59 | 42.75 | - |
| YUV | 205.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 161 | 0 | 0.05 | 0.26 | 0.15 | 49.47 | 0.44 | 0.74 |
| Hex | DA | D0 | A1 | 0 | 5 | 1A | F | 31 | 2C | 4A |
| Octal | 332 | 320 | 241 | 0 | 5 | 32 | 17 | 61 | 54 | 112 |
| Binary | 11011010 | 11010000 | 10100001 | 0 | 101 | 11010 | 1111 | 110001 | 101100 | 1001010 |
Color Harmonies of #DAD0A1
Complementary color
Monochromatic Colors of #DAD0A1
Black with #DAD0A1
Text Example
Text Example
White with #DAD0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD0A1; }
p { color: rgb(218,208,161); }
H1.HeaderClassName
{
color: #DAD0A1;
}
.AnyTagClassName
{
color: #DAD0A1;
}
</style>
background-color css
<style>
a { background-color: #DAD0A1; }
a { background-color: rgb(218,208,161); }
div.DivClassName
{
background-color: #DAD0A1;
}
.BgClassName
{
background-color: #DAD0A1;
}
</style>
border-color css
<style>
span { border-color: #DAD0A1; }
span { border-color: rgb(218,208,161); }
td.TdClassName
{
border-color: #DAD0A1;
}
.TagClassName
{
border-color: #DAD0A1;
}
</style>