Shades of Tahuna Sands #D8D596
Tints of Tahuna Sands #D8D596
RGB
CMYK
RGB Variations
Color information
#D8D596 (or 0xD8D596) is known color: Tahuna Sands. HEX triplet: D8, D5 and 96. RGB value is (216,213,150). Sum of RGB (Red+Green+Blue) = 216+213+150=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D596 is #272A69. Grayscale: #CECECE. Windows color (decimal): -2566762 or 9885144. OLE color: 9885144.
HSL color Cylindrical-coordinate representation of color #D8D596: hue angle of 57.27º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8D596 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 213 | 150 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.15 |
| HSL | 57.27º | 0.46% | 0.72% | - |
| HSV(B) | 57.27º | 0.31% | 0.85% | - |
| XYZ | 57.62 | 64.39 | 38.25 | - |
| YUV | 206.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 150 | 0 | 0.01 | 0.31 | 0.15 | 57.27 | 0.46 | 0.72 |
| Hex | D8 | D5 | 96 | 0 | 1 | 1F | F | 39 | 2E | 48 |
| Octal | 330 | 325 | 226 | 0 | 1 | 37 | 17 | 71 | 56 | 110 |
| Binary | 11011000 | 11010101 | 10010110 | 0 | 1 | 11111 | 1111 | 111001 | 101110 | 1001000 |
Color Harmonies of #D8D596
Complementary color
Monochromatic Colors of #D8D596
Black with #D8D596
Text Example
Text Example
White with #D8D596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D596; }
p { color: rgb(216,213,150); }
H1.HeaderClassName
{
color: #D8D596;
}
.AnyTagClassName
{
color: #D8D596;
}
</style>
background-color css
<style>
a { background-color: #D8D596; }
a { background-color: rgb(216,213,150); }
div.DivClassName
{
background-color: #D8D596;
}
.BgClassName
{
background-color: #D8D596;
}
</style>
border-color css
<style>
span { border-color: #D8D596; }
span { border-color: rgb(216,213,150); }
td.TdClassName
{
border-color: #D8D596;
}
.TagClassName
{
border-color: #D8D596;
}
</style>