Shades of Tahuna Sands #D7C995
Tints of Tahuna Sands #D7C995
RGB
CMYK
RGB Variations
Color information
#D7C995 (or 0xD7C995) is known color: Tahuna Sands. HEX triplet: D7, C9 and 95. RGB value is (215,201,149). Sum of RGB (Red+Green+Blue) = 215+201+149=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C995 is #28366A. Grayscale: #C7C7C7. Windows color (decimal): -2635371 or 9816535. OLE color: 9816535.
HSL color Cylindrical-coordinate representation of color #D7C995: hue angle of 47.27º 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 #D7C995 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 149 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.16 |
| HSL | 47.27º | 0.45% | 0.71% | - |
| HSV(B) | 47.27º | 0.31% | 0.84% | - |
| XYZ | 54.34 | 58.39 | 36.84 | - |
| YUV | 199.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 149 | 0 | 0.07 | 0.31 | 0.16 | 47.27 | 0.45 | 0.71 |
| Hex | D7 | C9 | 95 | 0 | 7 | 1F | 10 | 2F | 2D | 47 |
| Octal | 327 | 311 | 225 | 0 | 7 | 37 | 20 | 57 | 55 | 107 |
| Binary | 11010111 | 11001001 | 10010101 | 0 | 111 | 11111 | 10000 | 101111 | 101101 | 1000111 |
Color Harmonies of #D7C995
Complementary color
Monochromatic Colors of #D7C995
Black with #D7C995
Text Example
Text Example
White with #D7C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C995; }
p { color: rgb(215,201,149); }
H1.HeaderClassName
{
color: #D7C995;
}
.AnyTagClassName
{
color: #D7C995;
}
</style>
background-color css
<style>
a { background-color: #D7C995; }
a { background-color: rgb(215,201,149); }
div.DivClassName
{
background-color: #D7C995;
}
.BgClassName
{
background-color: #D7C995;
}
</style>
border-color css
<style>
span { border-color: #D7C995; }
span { border-color: rgb(215,201,149); }
td.TdClassName
{
border-color: #D7C995;
}
.TagClassName
{
border-color: #D7C995;
}
</style>