Shades of Tahuna Sands #D7C692
Tints of Tahuna Sands #D7C692
RGB
CMYK
RGB Variations
Color information
#D7C692 (or 0xD7C692) is known color: Tahuna Sands. HEX triplet: D7, C6 and 92. RGB value is (215,198,146). Sum of RGB (Red+Green+Blue) = 215+198+146=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C692 is #28396D. Grayscale: #C5C5C5. Windows color (decimal): -2636142 or 9619159. OLE color: 9619159.
HSL color Cylindrical-coordinate representation of color #D7C692: hue angle of 45.22º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7C692 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 146 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.16 |
| HSL | 45.22º | 0.46% | 0.71% | - |
| HSV(B) | 45.22º | 0.32% | 0.84% | - |
| XYZ | 53.41 | 56.91 | 35.36 | - |
| YUV | 197.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 146 | 0 | 0.08 | 0.32 | 0.16 | 45.22 | 0.46 | 0.71 |
| Hex | D7 | C6 | 92 | 0 | 8 | 20 | 10 | 2D | 2E | 47 |
| Octal | 327 | 306 | 222 | 0 | 10 | 40 | 20 | 55 | 56 | 107 |
| Binary | 11010111 | 11000110 | 10010010 | 0 | 1000 | 100000 | 10000 | 101101 | 101110 | 1000111 |
Color Harmonies of #D7C692
Complementary color
Monochromatic Colors of #D7C692
Black with #D7C692
Text Example
Text Example
White with #D7C692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C692; }
p { color: rgb(215,198,146); }
H1.HeaderClassName
{
color: #D7C692;
}
.AnyTagClassName
{
color: #D7C692;
}
</style>
background-color css
<style>
a { background-color: #D7C692; }
a { background-color: rgb(215,198,146); }
div.DivClassName
{
background-color: #D7C692;
}
.BgClassName
{
background-color: #D7C692;
}
</style>
border-color css
<style>
span { border-color: #D7C692; }
span { border-color: rgb(215,198,146); }
td.TdClassName
{
border-color: #D7C692;
}
.TagClassName
{
border-color: #D7C692;
}
</style>