Shades of Tahuna Sands #D7C99F
Tints of Tahuna Sands #D7C99F
RGB
CMYK
RGB Variations
Color information
#D7C99F (or 0xD7C99F) is known color: Tahuna Sands. HEX triplet: D7, C9 and 9F. RGB value is (215,201,159). Sum of RGB (Red+Green+Blue) = 215+201+159=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C99F is #283660. Grayscale: #C8C8C8. Windows color (decimal): -2635361 or 10471895. OLE color: 10471895.
HSL color Cylindrical-coordinate representation of color #D7C99F: hue angle of 45º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7C99F is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 159 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.16 |
| HSL | 45º | 0.41% | 0.73% | - |
| HSV(B) | 45º | 0.26% | 0.84% | - |
| XYZ | 55.17 | 58.72 | 41.23 | - |
| YUV | 200.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 159 | 0 | 0.07 | 0.26 | 0.16 | 45 | 0.41 | 0.73 |
| Hex | D7 | C9 | 9F | 0 | 7 | 1A | 10 | 2D | 29 | 49 |
| Octal | 327 | 311 | 237 | 0 | 7 | 32 | 20 | 55 | 51 | 111 |
| Binary | 11010111 | 11001001 | 10011111 | 0 | 111 | 11010 | 10000 | 101101 | 101001 | 1001001 |
Color Harmonies of #D7C99F
Complementary color
Monochromatic Colors of #D7C99F
Black with #D7C99F
Text Example
Text Example
White with #D7C99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C99F; }
p { color: rgb(215,201,159); }
H1.HeaderClassName
{
color: #D7C99F;
}
.AnyTagClassName
{
color: #D7C99F;
}
</style>
background-color css
<style>
a { background-color: #D7C99F; }
a { background-color: rgb(215,201,159); }
div.DivClassName
{
background-color: #D7C99F;
}
.BgClassName
{
background-color: #D7C99F;
}
</style>
border-color css
<style>
span { border-color: #D7C99F; }
span { border-color: rgb(215,201,159); }
td.TdClassName
{
border-color: #D7C99F;
}
.TagClassName
{
border-color: #D7C99F;
}
</style>