Shades of Tahuna Sands #D8C695
Tints of Tahuna Sands #D8C695
RGB
CMYK
RGB Variations
Color information
#D8C695 (or 0xD8C695) is known color: Tahuna Sands. HEX triplet: D8, C6 and 95. RGB value is (216,198,149). Sum of RGB (Red+Green+Blue) = 216+198+149=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C695 is #27396A. Grayscale: #C6C6C6. Windows color (decimal): -2570603 or 9815768. OLE color: 9815768.
HSL color Cylindrical-coordinate representation of color #D8C695: hue angle of 43.88º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8C695 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 149 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.15 |
| HSL | 43.88º | 0.46% | 0.72% | - |
| HSV(B) | 43.88º | 0.31% | 0.85% | - |
| XYZ | 53.94 | 57.16 | 36.62 | - |
| YUV | 197.8 | 100.46 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 149 | 0 | 0.08 | 0.31 | 0.15 | 43.88 | 0.46 | 0.72 |
| Hex | D8 | C6 | 95 | 0 | 8 | 1F | F | 2C | 2E | 48 |
| Octal | 330 | 306 | 225 | 0 | 10 | 37 | 17 | 54 | 56 | 110 |
| Binary | 11011000 | 11000110 | 10010101 | 0 | 1000 | 11111 | 1111 | 101100 | 101110 | 1001000 |
Color Harmonies of #D8C695
Complementary color
Monochromatic Colors of #D8C695
Black with #D8C695
Text Example
Text Example
White with #D8C695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C695; }
p { color: rgb(216,198,149); }
H1.HeaderClassName
{
color: #D8C695;
}
.AnyTagClassName
{
color: #D8C695;
}
</style>
background-color css
<style>
a { background-color: #D8C695; }
a { background-color: rgb(216,198,149); }
div.DivClassName
{
background-color: #D8C695;
}
.BgClassName
{
background-color: #D8C695;
}
</style>
border-color css
<style>
span { border-color: #D8C695; }
span { border-color: rgb(216,198,149); }
td.TdClassName
{
border-color: #D8C695;
}
.TagClassName
{
border-color: #D8C695;
}
</style>