Shades of Tahuna Sands #DAD392
Tints of Tahuna Sands #DAD392
RGB
CMYK
RGB Variations
Color information
#DAD392 (or 0xDAD392) is known color: Tahuna Sands. HEX triplet: DA, D3 and 92. RGB value is (218,211,146). Sum of RGB (Red+Green+Blue) = 218+211+146=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD392 is #252C6D. Grayscale: #CDCDCD. Windows color (decimal): -2436206 or 9622490. OLE color: 9622490.
HSL color Cylindrical-coordinate representation of color #DAD392: hue angle of 54.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAD392 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 146 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.15 |
| HSL | 54.17º | 0.49% | 0.71% | - |
| HSV(B) | 54.17º | 0.33% | 0.85% | - |
| XYZ | 57.4 | 63.57 | 36.44 | - |
| YUV | 205.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 146 | 0 | 0.03 | 0.33 | 0.15 | 54.17 | 0.49 | 0.71 |
| Hex | DA | D3 | 92 | 0 | 3 | 21 | F | 36 | 31 | 47 |
| Octal | 332 | 323 | 222 | 0 | 3 | 41 | 17 | 66 | 61 | 107 |
| Binary | 11011010 | 11010011 | 10010010 | 0 | 11 | 100001 | 1111 | 110110 | 110001 | 1000111 |
Color Harmonies of #DAD392
Complementary color
Monochromatic Colors of #DAD392
Black with #DAD392
Text Example
Text Example
White with #DAD392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD392; }
p { color: rgb(218,211,146); }
H1.HeaderClassName
{
color: #DAD392;
}
.AnyTagClassName
{
color: #DAD392;
}
</style>
background-color css
<style>
a { background-color: #DAD392; }
a { background-color: rgb(218,211,146); }
div.DivClassName
{
background-color: #DAD392;
}
.BgClassName
{
background-color: #DAD392;
}
</style>
border-color css
<style>
span { border-color: #DAD392; }
span { border-color: rgb(218,211,146); }
td.TdClassName
{
border-color: #DAD392;
}
.TagClassName
{
border-color: #DAD392;
}
</style>