Shades of Tahuna Sands #DAD1A1
Tints of Tahuna Sands #DAD1A1
RGB
CMYK
RGB Variations
Color information
#DAD1A1 (or 0xDAD1A1) is known color: Tahuna Sands. HEX triplet: DA, D1 and A1. RGB value is (218,209,161). Sum of RGB (Red+Green+Blue) = 218+209+161=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD1A1 is #252E5E. Grayscale: #CECECE. Windows color (decimal): -2436703 or 10605018. OLE color: 10605018.
HSL color Cylindrical-coordinate representation of color #DAD1A1: hue angle of 50.53º 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 #DAD1A1 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 161 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.15 |
| HSL | 50.53º | 0.44% | 0.74% | - |
| HSV(B) | 50.53º | 0.26% | 0.85% | - |
| XYZ | 58.15 | 63.08 | 42.83 | - |
| YUV | 206.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 161 | 0 | 0.04 | 0.26 | 0.15 | 50.53 | 0.44 | 0.74 |
| Hex | DA | D1 | A1 | 0 | 4 | 1A | F | 33 | 2C | 4A |
| Octal | 332 | 321 | 241 | 0 | 4 | 32 | 17 | 63 | 54 | 112 |
| Binary | 11011010 | 11010001 | 10100001 | 0 | 100 | 11010 | 1111 | 110011 | 101100 | 1001010 |
Color Harmonies of #DAD1A1
Complementary color
Monochromatic Colors of #DAD1A1
Black with #DAD1A1
Text Example
Text Example
White with #DAD1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD1A1; }
p { color: rgb(218,209,161); }
H1.HeaderClassName
{
color: #DAD1A1;
}
.AnyTagClassName
{
color: #DAD1A1;
}
</style>
background-color css
<style>
a { background-color: #DAD1A1; }
a { background-color: rgb(218,209,161); }
div.DivClassName
{
background-color: #DAD1A1;
}
.BgClassName
{
background-color: #DAD1A1;
}
</style>
border-color css
<style>
span { border-color: #DAD1A1; }
span { border-color: rgb(218,209,161); }
td.TdClassName
{
border-color: #DAD1A1;
}
.TagClassName
{
border-color: #DAD1A1;
}
</style>