Shades of Tahuna Sands #D7C99D
Tints of Tahuna Sands #D7C99D
RGB
CMYK
RGB Variations
Color information
#D7C99D (or 0xD7C99D) is known color: Tahuna Sands. HEX triplet: D7, C9 and 9D. RGB value is (215,201,157). Sum of RGB (Red+Green+Blue) = 215+201+157=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C99D is #283662. Grayscale: #C8C8C8. Windows color (decimal): -2635363 or 10340823. OLE color: 10340823.
HSL color Cylindrical-coordinate representation of color #D7C99D: hue angle of 45.52º 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 #D7C99D is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 157 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.16 |
| HSL | 45.52º | 0.42% | 0.73% | - |
| HSV(B) | 45.52º | 0.27% | 0.84% | - |
| XYZ | 55 | 58.65 | 40.32 | - |
| YUV | 200.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 157 | 0 | 0.07 | 0.27 | 0.16 | 45.52 | 0.42 | 0.73 |
| Hex | D7 | C9 | 9D | 0 | 7 | 1B | 10 | 2E | 2A | 49 |
| Octal | 327 | 311 | 235 | 0 | 7 | 33 | 20 | 56 | 52 | 111 |
| Binary | 11010111 | 11001001 | 10011101 | 0 | 111 | 11011 | 10000 | 101110 | 101010 | 1001001 |
Color Harmonies of #D7C99D
Complementary color
Monochromatic Colors of #D7C99D
Black with #D7C99D
Text Example
Text Example
White with #D7C99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C99D; }
p { color: rgb(215,201,157); }
H1.HeaderClassName
{
color: #D7C99D;
}
.AnyTagClassName
{
color: #D7C99D;
}
</style>
background-color css
<style>
a { background-color: #D7C99D; }
a { background-color: rgb(215,201,157); }
div.DivClassName
{
background-color: #D7C99D;
}
.BgClassName
{
background-color: #D7C99D;
}
</style>
border-color css
<style>
span { border-color: #D7C99D; }
span { border-color: rgb(215,201,157); }
td.TdClassName
{
border-color: #D7C99D;
}
.TagClassName
{
border-color: #D7C99D;
}
</style>