Shades of Tahuna Sands #D7C695
Tints of Tahuna Sands #D7C695
RGB
CMYK
RGB Variations
Color information
#D7C695 (or 0xD7C695) is known color: Tahuna Sands. HEX triplet: D7, C6 and 95. RGB value is (215,198,149). Sum of RGB (Red+Green+Blue) = 215+198+149=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C695 is #28396A. Grayscale: #C5C5C5. Windows color (decimal): -2636139 or 9815767. OLE color: 9815767.
HSL color Cylindrical-coordinate representation of color #D7C695: hue angle of 44.55º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7C695 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 149 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.16 |
| HSL | 44.55º | 0.45% | 0.71% | - |
| HSV(B) | 44.55º | 0.31% | 0.84% | - |
| XYZ | 53.64 | 57.01 | 36.61 | - |
| YUV | 197.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 149 | 0 | 0.08 | 0.31 | 0.16 | 44.55 | 0.45 | 0.71 |
| Hex | D7 | C6 | 95 | 0 | 8 | 1F | 10 | 2D | 2D | 47 |
| Octal | 327 | 306 | 225 | 0 | 10 | 37 | 20 | 55 | 55 | 107 |
| Binary | 11010111 | 11000110 | 10010101 | 0 | 1000 | 11111 | 10000 | 101101 | 101101 | 1000111 |
Color Harmonies of #D7C695
Complementary color
Monochromatic Colors of #D7C695
Black with #D7C695
Text Example
Text Example
White with #D7C695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C695; }
p { color: rgb(215,198,149); }
H1.HeaderClassName
{
color: #D7C695;
}
.AnyTagClassName
{
color: #D7C695;
}
</style>
background-color css
<style>
a { background-color: #D7C695; }
a { background-color: rgb(215,198,149); }
div.DivClassName
{
background-color: #D7C695;
}
.BgClassName
{
background-color: #D7C695;
}
</style>
border-color css
<style>
span { border-color: #D7C695; }
span { border-color: rgb(215,198,149); }
td.TdClassName
{
border-color: #D7C695;
}
.TagClassName
{
border-color: #D7C695;
}
</style>