Shades of Tahuna Sands #D7C99C
Tints of Tahuna Sands #D7C99C
RGB
CMYK
RGB Variations
Color information
#D7C99C (or 0xD7C99C) is known color: Tahuna Sands. HEX triplet: D7, C9 and 9C. RGB value is (215,201,156). Sum of RGB (Red+Green+Blue) = 215+201+156=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C99C is #283663. Grayscale: #C8C8C8. Windows color (decimal): -2635364 or 10275287. OLE color: 10275287.
HSL color Cylindrical-coordinate representation of color #D7C99C: hue angle of 45.76º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7C99C is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 156 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.16 |
| HSL | 45.76º | 0.42% | 0.73% | - |
| HSV(B) | 45.76º | 0.27% | 0.84% | - |
| XYZ | 54.91 | 58.62 | 39.87 | - |
| YUV | 200.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 156 | 0 | 0.07 | 0.27 | 0.16 | 45.76 | 0.42 | 0.73 |
| Hex | D7 | C9 | 9C | 0 | 7 | 1B | 10 | 2E | 2A | 49 |
| Octal | 327 | 311 | 234 | 0 | 7 | 33 | 20 | 56 | 52 | 111 |
| Binary | 11010111 | 11001001 | 10011100 | 0 | 111 | 11011 | 10000 | 101110 | 101010 | 1001001 |
Color Harmonies of #D7C99C
Complementary color
Monochromatic Colors of #D7C99C
Black with #D7C99C
Text Example
Text Example
White with #D7C99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C99C; }
p { color: rgb(215,201,156); }
H1.HeaderClassName
{
color: #D7C99C;
}
.AnyTagClassName
{
color: #D7C99C;
}
</style>
background-color css
<style>
a { background-color: #D7C99C; }
a { background-color: rgb(215,201,156); }
div.DivClassName
{
background-color: #D7C99C;
}
.BgClassName
{
background-color: #D7C99C;
}
</style>
border-color css
<style>
span { border-color: #D7C99C; }
span { border-color: rgb(215,201,156); }
td.TdClassName
{
border-color: #D7C99C;
}
.TagClassName
{
border-color: #D7C99C;
}
</style>