Shades of Tahuna Sands #D8D396
Tints of Tahuna Sands #D8D396
RGB
CMYK
RGB Variations
Color information
#D8D396 (or 0xD8D396) is known color: Tahuna Sands. HEX triplet: D8, D3 and 96. RGB value is (216,211,150). Sum of RGB (Red+Green+Blue) = 216+211+150=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D396 is #272C69. Grayscale: #CDCDCD. Windows color (decimal): -2567274 or 9884632. OLE color: 9884632.
HSL color Cylindrical-coordinate representation of color #D8D396: hue angle of 55.45º 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 #D8D396 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 211 | 150 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.15 |
| HSL | 55.45º | 0.46% | 0.72% | - |
| HSV(B) | 55.45º | 0.31% | 0.85% | - |
| XYZ | 57.12 | 63.39 | 38.08 | - |
| YUV | 205.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 150 | 0 | 0.02 | 0.31 | 0.15 | 55.45 | 0.46 | 0.72 |
| Hex | D8 | D3 | 96 | 0 | 2 | 1F | F | 37 | 2E | 48 |
| Octal | 330 | 323 | 226 | 0 | 2 | 37 | 17 | 67 | 56 | 110 |
| Binary | 11011000 | 11010011 | 10010110 | 0 | 10 | 11111 | 1111 | 110111 | 101110 | 1001000 |
Color Harmonies of #D8D396
Complementary color
Monochromatic Colors of #D8D396
Black with #D8D396
Text Example
Text Example
White with #D8D396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D396; }
p { color: rgb(216,211,150); }
H1.HeaderClassName
{
color: #D8D396;
}
.AnyTagClassName
{
color: #D8D396;
}
</style>
background-color css
<style>
a { background-color: #D8D396; }
a { background-color: rgb(216,211,150); }
div.DivClassName
{
background-color: #D8D396;
}
.BgClassName
{
background-color: #D8D396;
}
</style>
border-color css
<style>
span { border-color: #D8D396; }
span { border-color: rgb(216,211,150); }
td.TdClassName
{
border-color: #D8D396;
}
.TagClassName
{
border-color: #D8D396;
}
</style>