Shades of Tahuna Sands #D5C796
Tints of Tahuna Sands #D5C796
RGB
CMYK
RGB Variations
Color information
#D5C796 (or 0xD5C796) is known color: Tahuna Sands. HEX triplet: D5, C7 and 96. RGB value is (213,199,150). Sum of RGB (Red+Green+Blue) = 213+199+150=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C796 is #2A3869. Grayscale: #C5C5C5. Windows color (decimal): -2766954 or 9881557. OLE color: 9881557.
HSL color Cylindrical-coordinate representation of color #D5C796: hue angle of 46.67º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5C796 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 150 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.16 |
| HSL | 46.67º | 0.43% | 0.71% | - |
| HSV(B) | 46.67º | 0.3% | 0.84% | - |
| XYZ | 53.37 | 57.2 | 37.08 | - |
| YUV | 197.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 150 | 0 | 0.07 | 0.30 | 0.16 | 46.67 | 0.43 | 0.71 |
| Hex | D5 | C7 | 96 | 0 | 7 | 1E | 10 | 2F | 2B | 47 |
| Octal | 325 | 307 | 226 | 0 | 7 | 36 | 20 | 57 | 53 | 107 |
| Binary | 11010101 | 11000111 | 10010110 | 0 | 111 | 11110 | 10000 | 101111 | 101011 | 1000111 |
Color Harmonies of #D5C796
Complementary color
Monochromatic Colors of #D5C796
Black with #D5C796
Text Example
Text Example
White with #D5C796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C796; }
p { color: rgb(213,199,150); }
H1.HeaderClassName
{
color: #D5C796;
}
.AnyTagClassName
{
color: #D5C796;
}
</style>
background-color css
<style>
a { background-color: #D5C796; }
a { background-color: rgb(213,199,150); }
div.DivClassName
{
background-color: #D5C796;
}
.BgClassName
{
background-color: #D5C796;
}
</style>
border-color css
<style>
span { border-color: #D5C796; }
span { border-color: rgb(213,199,150); }
td.TdClassName
{
border-color: #D5C796;
}
.TagClassName
{
border-color: #D5C796;
}
</style>