Shades of Tahuna Sands #D8D397
Tints of Tahuna Sands #D8D397
RGB
CMYK
RGB Variations
Color information
#D8D397 (or 0xD8D397) is known color: Tahuna Sands. HEX triplet: D8, D3 and 97. RGB value is (216,211,151). Sum of RGB (Red+Green+Blue) = 216+211+151=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 151 (59.38% from 255 or 26.12% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D397 is #272C68. Grayscale: #CDCDCD. Windows color (decimal): -2567273 or 9950168. OLE color: 9950168.
HSL color Cylindrical-coordinate representation of color #D8D397: hue angle of 55.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8D397 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 211 | 151 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.15 |
| HSL | 55.38º | 0.45% | 0.72% | - |
| HSV(B) | 55.38º | 0.3% | 0.85% | - |
| XYZ | 57.2 | 63.42 | 38.51 | - |
| YUV | 205.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 151 | 0 | 0.02 | 0.30 | 0.15 | 55.38 | 0.45 | 0.72 |
| Hex | D8 | D3 | 97 | 0 | 2 | 1E | F | 37 | 2D | 48 |
| Octal | 330 | 323 | 227 | 0 | 2 | 36 | 17 | 67 | 55 | 110 |
| Binary | 11011000 | 11010011 | 10010111 | 0 | 10 | 11110 | 1111 | 110111 | 101101 | 1001000 |
Color Harmonies of #D8D397
Complementary color
Monochromatic Colors of #D8D397
Black with #D8D397
Text Example
Text Example
White with #D8D397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D397; }
p { color: rgb(216,211,151); }
H1.HeaderClassName
{
color: #D8D397;
}
.AnyTagClassName
{
color: #D8D397;
}
</style>
background-color css
<style>
a { background-color: #D8D397; }
a { background-color: rgb(216,211,151); }
div.DivClassName
{
background-color: #D8D397;
}
.BgClassName
{
background-color: #D8D397;
}
</style>
border-color css
<style>
span { border-color: #D8D397; }
span { border-color: rgb(216,211,151); }
td.TdClassName
{
border-color: #D8D397;
}
.TagClassName
{
border-color: #D8D397;
}
</style>