Shades of Tahuna Sands #D7C698
Tints of Tahuna Sands #D7C698
RGB
CMYK
RGB Variations
Color information
#D7C698 (or 0xD7C698) is known color: Tahuna Sands. HEX triplet: D7, C6 and 98. RGB value is (215,198,152). Sum of RGB (Red+Green+Blue) = 215+198+152=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C698 is #283967. Grayscale: #C6C6C6. Windows color (decimal): -2636136 or 10012375. OLE color: 10012375.
HSL color Cylindrical-coordinate representation of color #D7C698: hue angle of 43.81º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7C698 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 152 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.16 |
| HSL | 43.81º | 0.44% | 0.72% | - |
| HSV(B) | 43.81º | 0.29% | 0.84% | - |
| XYZ | 53.89 | 57.1 | 37.89 | - |
| YUV | 197.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 152 | 0 | 0.08 | 0.29 | 0.16 | 43.81 | 0.44 | 0.72 |
| Hex | D7 | C6 | 98 | 0 | 8 | 1D | 10 | 2C | 2C | 48 |
| Octal | 327 | 306 | 230 | 0 | 10 | 35 | 20 | 54 | 54 | 110 |
| Binary | 11010111 | 11000110 | 10011000 | 0 | 1000 | 11101 | 10000 | 101100 | 101100 | 1001000 |
Color Harmonies of #D7C698
Complementary color
Monochromatic Colors of #D7C698
Black with #D7C698
Text Example
Text Example
White with #D7C698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C698; }
p { color: rgb(215,198,152); }
H1.HeaderClassName
{
color: #D7C698;
}
.AnyTagClassName
{
color: #D7C698;
}
</style>
background-color css
<style>
a { background-color: #D7C698; }
a { background-color: rgb(215,198,152); }
div.DivClassName
{
background-color: #D7C698;
}
.BgClassName
{
background-color: #D7C698;
}
</style>
border-color css
<style>
span { border-color: #D7C698; }
span { border-color: rgb(215,198,152); }
td.TdClassName
{
border-color: #D7C698;
}
.TagClassName
{
border-color: #D7C698;
}
</style>