Shades of Tahuna Sands #DAD29D
Tints of Tahuna Sands #DAD29D
RGB
CMYK
RGB Variations
Color information
#DAD29D (or 0xDAD29D) is known color: Tahuna Sands. HEX triplet: DA, D2 and 9D. RGB value is (218,210,157). Sum of RGB (Red+Green+Blue) = 218+210+157=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD29D is #252D62. Grayscale: #CECECE. Windows color (decimal): -2436451 or 10343130. OLE color: 10343130.
HSL color Cylindrical-coordinate representation of color #DAD29D: hue angle of 52.13º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAD29D is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 157 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.15 |
| HSL | 52.13º | 0.45% | 0.74% | - |
| HSV(B) | 52.13º | 0.28% | 0.85% | - |
| XYZ | 58.05 | 63.43 | 41.08 | - |
| YUV | 206.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 157 | 0 | 0.04 | 0.28 | 0.15 | 52.13 | 0.45 | 0.74 |
| Hex | DA | D2 | 9D | 0 | 4 | 1C | F | 34 | 2D | 4A |
| Octal | 332 | 322 | 235 | 0 | 4 | 34 | 17 | 64 | 55 | 112 |
| Binary | 11011010 | 11010010 | 10011101 | 0 | 100 | 11100 | 1111 | 110100 | 101101 | 1001010 |
Color Harmonies of #DAD29D
Complementary color
Monochromatic Colors of #DAD29D
Black with #DAD29D
Text Example
Text Example
White with #DAD29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD29D; }
p { color: rgb(218,210,157); }
H1.HeaderClassName
{
color: #DAD29D;
}
.AnyTagClassName
{
color: #DAD29D;
}
</style>
background-color css
<style>
a { background-color: #DAD29D; }
a { background-color: rgb(218,210,157); }
div.DivClassName
{
background-color: #DAD29D;
}
.BgClassName
{
background-color: #DAD29D;
}
</style>
border-color css
<style>
span { border-color: #DAD29D; }
span { border-color: rgb(218,210,157); }
td.TdClassName
{
border-color: #DAD29D;
}
.TagClassName
{
border-color: #DAD29D;
}
</style>