Shades of Tahuna Sands #D6CA97
Tints of Tahuna Sands #D6CA97
RGB
CMYK
RGB Variations
Color information
#D6CA97 (or 0xD6CA97) is known color: Tahuna Sands. HEX triplet: D6, CA and 97. RGB value is (214,202,151). Sum of RGB (Red+Green+Blue) = 214+202+151=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA97 is #293568. Grayscale: #C7C7C7. Windows color (decimal): -2700649 or 9947862. OLE color: 9947862.
HSL color Cylindrical-coordinate representation of color #D6CA97: hue angle of 48.57º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6CA97 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 151 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.16 |
| HSL | 48.57º | 0.43% | 0.72% | - |
| HSV(B) | 48.57º | 0.29% | 0.84% | - |
| XYZ | 54.44 | 58.77 | 37.75 | - |
| YUV | 199.77 | 100.48 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 151 | 0 | 0.06 | 0.29 | 0.16 | 48.57 | 0.43 | 0.72 |
| Hex | D6 | CA | 97 | 0 | 6 | 1D | 10 | 31 | 2B | 48 |
| Octal | 326 | 312 | 227 | 0 | 6 | 35 | 20 | 61 | 53 | 110 |
| Binary | 11010110 | 11001010 | 10010111 | 0 | 110 | 11101 | 10000 | 110001 | 101011 | 1001000 |
Color Harmonies of #D6CA97
Complementary color
Monochromatic Colors of #D6CA97
Black with #D6CA97
Text Example
Text Example
White with #D6CA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA97; }
p { color: rgb(214,202,151); }
H1.HeaderClassName
{
color: #D6CA97;
}
.AnyTagClassName
{
color: #D6CA97;
}
</style>
background-color css
<style>
a { background-color: #D6CA97; }
a { background-color: rgb(214,202,151); }
div.DivClassName
{
background-color: #D6CA97;
}
.BgClassName
{
background-color: #D6CA97;
}
</style>
border-color css
<style>
span { border-color: #D6CA97; }
span { border-color: rgb(214,202,151); }
td.TdClassName
{
border-color: #D6CA97;
}
.TagClassName
{
border-color: #D6CA97;
}
</style>