Shades of Tahuna Sands #DAD297
Tints of Tahuna Sands #DAD297
RGB
CMYK
RGB Variations
Color information
#DAD297 (or 0xDAD297) is known color: Tahuna Sands. HEX triplet: DA, D2 and 97. RGB value is (218,210,151). Sum of RGB (Red+Green+Blue) = 218+210+151=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 151 (59.38% from 255 or 26.08% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD297 is #252D68. Grayscale: #CDCDCD. Windows color (decimal): -2436457 or 9949914. OLE color: 9949914.
HSL color Cylindrical-coordinate representation of color #DAD297: hue angle of 52.84º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAD297 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 151 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.15 |
| HSL | 52.84º | 0.48% | 0.72% | - |
| HSV(B) | 52.84º | 0.31% | 0.85% | - |
| XYZ | 57.55 | 63.23 | 38.45 | - |
| YUV | 205.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 151 | 0 | 0.04 | 0.31 | 0.15 | 52.84 | 0.48 | 0.72 |
| Hex | DA | D2 | 97 | 0 | 4 | 1F | F | 35 | 30 | 48 |
| Octal | 332 | 322 | 227 | 0 | 4 | 37 | 17 | 65 | 60 | 110 |
| Binary | 11011010 | 11010010 | 10010111 | 0 | 100 | 11111 | 1111 | 110101 | 110000 | 1001000 |
Color Harmonies of #DAD297
Complementary color
Monochromatic Colors of #DAD297
Black with #DAD297
Text Example
Text Example
White with #DAD297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD297; }
p { color: rgb(218,210,151); }
H1.HeaderClassName
{
color: #DAD297;
}
.AnyTagClassName
{
color: #DAD297;
}
</style>
background-color css
<style>
a { background-color: #DAD297; }
a { background-color: rgb(218,210,151); }
div.DivClassName
{
background-color: #DAD297;
}
.BgClassName
{
background-color: #DAD297;
}
</style>
border-color css
<style>
span { border-color: #DAD297; }
span { border-color: rgb(218,210,151); }
td.TdClassName
{
border-color: #DAD297;
}
.TagClassName
{
border-color: #DAD297;
}
</style>