Shades of Tahuna Sands #D9C995
Tints of Tahuna Sands #D9C995
RGB
CMYK
RGB Variations
Color information
#D9C995 (or 0xD9C995) is known color: Tahuna Sands. HEX triplet: D9, C9 and 95. RGB value is (217,201,149). Sum of RGB (Red+Green+Blue) = 217+201+149=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C995 is #26366A. Grayscale: #C8C8C8. Windows color (decimal): -2504299 or 9816537. OLE color: 9816537.
HSL color Cylindrical-coordinate representation of color #D9C995: hue angle of 45.88º degrees, saturation: 0.47, 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 #D9C995 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 149 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.15 |
| HSL | 45.88º | 0.47% | 0.72% | - |
| HSV(B) | 45.88º | 0.31% | 0.85% | - |
| XYZ | 54.93 | 58.69 | 36.87 | - |
| YUV | 199.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 149 | 0 | 0.07 | 0.31 | 0.15 | 45.88 | 0.47 | 0.72 |
| Hex | D9 | C9 | 95 | 0 | 7 | 1F | F | 2E | 2F | 48 |
| Octal | 331 | 311 | 225 | 0 | 7 | 37 | 17 | 56 | 57 | 110 |
| Binary | 11011001 | 11001001 | 10010101 | 0 | 111 | 11111 | 1111 | 101110 | 101111 | 1001000 |
Color Harmonies of #D9C995
Complementary color
Monochromatic Colors of #D9C995
Black with #D9C995
Text Example
Text Example
White with #D9C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C995; }
p { color: rgb(217,201,149); }
H1.HeaderClassName
{
color: #D9C995;
}
.AnyTagClassName
{
color: #D9C995;
}
</style>
background-color css
<style>
a { background-color: #D9C995; }
a { background-color: rgb(217,201,149); }
div.DivClassName
{
background-color: #D9C995;
}
.BgClassName
{
background-color: #D9C995;
}
</style>
border-color css
<style>
span { border-color: #D9C995; }
span { border-color: rgb(217,201,149); }
td.TdClassName
{
border-color: #D9C995;
}
.TagClassName
{
border-color: #D9C995;
}
</style>