Shades of Tahuna Sands #D4D196
Tints of Tahuna Sands #D4D196
RGB
CMYK
RGB Variations
Color information
#D4D196 (or 0xD4D196) is known color: Tahuna Sands. HEX triplet: D4, D1 and 96. RGB value is (212,209,150). Sum of RGB (Red+Green+Blue) = 212+209+150=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D196 is #2B2E69. Grayscale: #CBCBCB. Windows color (decimal): -2829930 or 9884116. OLE color: 9884116.
HSL color Cylindrical-coordinate representation of color #D4D196: hue angle of 57.1º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4D196 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 150 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.17 |
| HSL | 57.1º | 0.42% | 0.71% | - |
| HSV(B) | 57.1º | 0.29% | 0.83% | - |
| XYZ | 55.46 | 61.8 | 37.86 | - |
| YUV | 203.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 150 | 0 | 0.01 | 0.29 | 0.17 | 57.1 | 0.42 | 0.71 |
| Hex | D4 | D1 | 96 | 0 | 1 | 1D | 11 | 39 | 2A | 47 |
| Octal | 324 | 321 | 226 | 0 | 1 | 35 | 21 | 71 | 52 | 107 |
| Binary | 11010100 | 11010001 | 10010110 | 0 | 1 | 11101 | 10001 | 111001 | 101010 | 1000111 |
Color Harmonies of #D4D196
Complementary color
Monochromatic Colors of #D4D196
Black with #D4D196
Text Example
Text Example
White with #D4D196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D196; }
p { color: rgb(212,209,150); }
H1.HeaderClassName
{
color: #D4D196;
}
.AnyTagClassName
{
color: #D4D196;
}
</style>
background-color css
<style>
a { background-color: #D4D196; }
a { background-color: rgb(212,209,150); }
div.DivClassName
{
background-color: #D4D196;
}
.BgClassName
{
background-color: #D4D196;
}
</style>
border-color css
<style>
span { border-color: #D4D196; }
span { border-color: rgb(212,209,150); }
td.TdClassName
{
border-color: #D4D196;
}
.TagClassName
{
border-color: #D4D196;
}
</style>