Shades of Tahuna Sands #DAD295
Tints of Tahuna Sands #DAD295
RGB
CMYK
RGB Variations
Color information
#DAD295 (or 0xDAD295) is known color: Tahuna Sands. HEX triplet: DA, D2 and 95. RGB value is (218,210,149). Sum of RGB (Red+Green+Blue) = 218+210+149=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD295 is #252D6A. Grayscale: #CDCDCD. Windows color (decimal): -2436459 or 9818842. OLE color: 9818842.
HSL color Cylindrical-coordinate representation of color #DAD295: hue angle of 53.04º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAD295 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 149 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.15 |
| HSL | 53.04º | 0.48% | 0.72% | - |
| HSV(B) | 53.04º | 0.32% | 0.85% | - |
| XYZ | 57.38 | 63.17 | 37.6 | - |
| YUV | 205.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 149 | 0 | 0.04 | 0.32 | 0.15 | 53.04 | 0.48 | 0.72 |
| Hex | DA | D2 | 95 | 0 | 4 | 20 | F | 35 | 30 | 48 |
| Octal | 332 | 322 | 225 | 0 | 4 | 40 | 17 | 65 | 60 | 110 |
| Binary | 11011010 | 11010010 | 10010101 | 0 | 100 | 100000 | 1111 | 110101 | 110000 | 1001000 |
Color Harmonies of #DAD295
Complementary color
Monochromatic Colors of #DAD295
Black with #DAD295
Text Example
Text Example
White with #DAD295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD295; }
p { color: rgb(218,210,149); }
H1.HeaderClassName
{
color: #DAD295;
}
.AnyTagClassName
{
color: #DAD295;
}
</style>
background-color css
<style>
a { background-color: #DAD295; }
a { background-color: rgb(218,210,149); }
div.DivClassName
{
background-color: #DAD295;
}
.BgClassName
{
background-color: #DAD295;
}
</style>
border-color css
<style>
span { border-color: #DAD295; }
span { border-color: rgb(218,210,149); }
td.TdClassName
{
border-color: #DAD295;
}
.TagClassName
{
border-color: #DAD295;
}
</style>