Shades of Tahuna Sands #D6CA96
Tints of Tahuna Sands #D6CA96
RGB
CMYK
RGB Variations
Color information
#D6CA96 (or 0xD6CA96) is known color: Tahuna Sands. HEX triplet: D6, CA and 96. RGB value is (214,202,150). Sum of RGB (Red+Green+Blue) = 214+202+150=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA96 is #293569. Grayscale: #C7C7C7. Windows color (decimal): -2700650 or 9882326. OLE color: 9882326.
HSL color Cylindrical-coordinate representation of color #D6CA96: hue angle of 48.75º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6CA96 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 150 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.16 |
| HSL | 48.75º | 0.44% | 0.71% | - |
| HSV(B) | 48.75º | 0.3% | 0.84% | - |
| XYZ | 54.36 | 58.74 | 37.33 | - |
| YUV | 199.66 | 99.98 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 150 | 0 | 0.06 | 0.30 | 0.16 | 48.75 | 0.44 | 0.71 |
| Hex | D6 | CA | 96 | 0 | 6 | 1E | 10 | 31 | 2C | 47 |
| Octal | 326 | 312 | 226 | 0 | 6 | 36 | 20 | 61 | 54 | 107 |
| Binary | 11010110 | 11001010 | 10010110 | 0 | 110 | 11110 | 10000 | 110001 | 101100 | 1000111 |
Color Harmonies of #D6CA96
Complementary color
Monochromatic Colors of #D6CA96
Black with #D6CA96
Text Example
Text Example
White with #D6CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA96; }
p { color: rgb(214,202,150); }
H1.HeaderClassName
{
color: #D6CA96;
}
.AnyTagClassName
{
color: #D6CA96;
}
</style>
background-color css
<style>
a { background-color: #D6CA96; }
a { background-color: rgb(214,202,150); }
div.DivClassName
{
background-color: #D6CA96;
}
.BgClassName
{
background-color: #D6CA96;
}
</style>
border-color css
<style>
span { border-color: #D6CA96; }
span { border-color: rgb(214,202,150); }
td.TdClassName
{
border-color: #D6CA96;
}
.TagClassName
{
border-color: #D6CA96;
}
</style>