Shades of Tahuna Sands #DAD398
Tints of Tahuna Sands #DAD398
RGB
CMYK
RGB Variations
Color information
#DAD398 (or 0xDAD398) is known color: Tahuna Sands. HEX triplet: DA, D3 and 98. RGB value is (218,211,152). Sum of RGB (Red+Green+Blue) = 218+211+152=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD398 is #252C67. Grayscale: #CECECE. Windows color (decimal): -2436200 or 10015706. OLE color: 10015706.
HSL color Cylindrical-coordinate representation of color #DAD398: hue angle of 53.64º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAD398 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 152 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.15 |
| HSL | 53.64º | 0.47% | 0.73% | - |
| HSV(B) | 53.64º | 0.3% | 0.85% | - |
| XYZ | 57.88 | 63.76 | 38.96 | - |
| YUV | 206.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 152 | 0 | 0.03 | 0.30 | 0.15 | 53.64 | 0.47 | 0.73 |
| Hex | DA | D3 | 98 | 0 | 3 | 1E | F | 36 | 2F | 49 |
| Octal | 332 | 323 | 230 | 0 | 3 | 36 | 17 | 66 | 57 | 111 |
| Binary | 11011010 | 11010011 | 10011000 | 0 | 11 | 11110 | 1111 | 110110 | 101111 | 1001001 |
Color Harmonies of #DAD398
Complementary color
Monochromatic Colors of #DAD398
Black with #DAD398
Text Example
Text Example
White with #DAD398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD398; }
p { color: rgb(218,211,152); }
H1.HeaderClassName
{
color: #DAD398;
}
.AnyTagClassName
{
color: #DAD398;
}
</style>
background-color css
<style>
a { background-color: #DAD398; }
a { background-color: rgb(218,211,152); }
div.DivClassName
{
background-color: #DAD398;
}
.BgClassName
{
background-color: #DAD398;
}
</style>
border-color css
<style>
span { border-color: #DAD398; }
span { border-color: rgb(218,211,152); }
td.TdClassName
{
border-color: #DAD398;
}
.TagClassName
{
border-color: #DAD398;
}
</style>