Shades of Tahuna Sands #D4C696
Tints of Tahuna Sands #D4C696
RGB
CMYK
RGB Variations
Color information
#D4C696 (or 0xD4C696) is known color: Tahuna Sands. HEX triplet: D4, C6 and 96. RGB value is (212,198,150). Sum of RGB (Red+Green+Blue) = 212+198+150=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C696 is #2B3969. Grayscale: #C4C4C4. Windows color (decimal): -2832746 or 9881300. OLE color: 9881300.
HSL color Cylindrical-coordinate representation of color #D4C696: hue angle of 46.45º 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 #D4C696 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 198 | 150 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.17 |
| HSL | 46.45º | 0.42% | 0.71% | - |
| HSV(B) | 46.45º | 0.29% | 0.83% | - |
| XYZ | 52.85 | 56.59 | 36.99 | - |
| YUV | 196.71 | 101.64 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 150 | 0 | 0.07 | 0.29 | 0.17 | 46.45 | 0.42 | 0.71 |
| Hex | D4 | C6 | 96 | 0 | 7 | 1D | 11 | 2E | 2A | 47 |
| Octal | 324 | 306 | 226 | 0 | 7 | 35 | 21 | 56 | 52 | 107 |
| Binary | 11010100 | 11000110 | 10010110 | 0 | 111 | 11101 | 10001 | 101110 | 101010 | 1000111 |
Color Harmonies of #D4C696
Complementary color
Monochromatic Colors of #D4C696
Black with #D4C696
Text Example
Text Example
White with #D4C696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C696; }
p { color: rgb(212,198,150); }
H1.HeaderClassName
{
color: #D4C696;
}
.AnyTagClassName
{
color: #D4C696;
}
</style>
background-color css
<style>
a { background-color: #D4C696; }
a { background-color: rgb(212,198,150); }
div.DivClassName
{
background-color: #D4C696;
}
.BgClassName
{
background-color: #D4C696;
}
</style>
border-color css
<style>
span { border-color: #D4C696; }
span { border-color: rgb(212,198,150); }
td.TdClassName
{
border-color: #D4C696;
}
.TagClassName
{
border-color: #D4C696;
}
</style>