Shades of Tahuna Sands #D6D095
Tints of Tahuna Sands #D6D095
RGB
CMYK
RGB Variations
Color information
#D6D095 (or 0xD6D095) is known color: Tahuna Sands. HEX triplet: D6, D0 and 95. RGB value is (214,208,149). Sum of RGB (Red+Green+Blue) = 214+208+149=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D095 is #292F6A. Grayscale: #CBCBCB. Windows color (decimal): -2699115 or 9818326. OLE color: 9818326.
HSL color Cylindrical-coordinate representation of color #D6D095: hue angle of 54.46º degrees, saturation: 0.44, 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 #D6D095 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 149 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.16 |
| HSL | 54.46º | 0.44% | 0.71% | - |
| HSV(B) | 54.46º | 0.3% | 0.84% | - |
| XYZ | 55.71 | 61.58 | 37.38 | - |
| YUV | 203.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 149 | 0 | 0.03 | 0.30 | 0.16 | 54.46 | 0.44 | 0.71 |
| Hex | D6 | D0 | 95 | 0 | 3 | 1E | 10 | 36 | 2C | 47 |
| Octal | 326 | 320 | 225 | 0 | 3 | 36 | 20 | 66 | 54 | 107 |
| Binary | 11010110 | 11010000 | 10010101 | 0 | 11 | 11110 | 10000 | 110110 | 101100 | 1000111 |
Color Harmonies of #D6D095
Complementary color
Monochromatic Colors of #D6D095
Black with #D6D095
Text Example
Text Example
White with #D6D095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D095; }
p { color: rgb(214,208,149); }
H1.HeaderClassName
{
color: #D6D095;
}
.AnyTagClassName
{
color: #D6D095;
}
</style>
background-color css
<style>
a { background-color: #D6D095; }
a { background-color: rgb(214,208,149); }
div.DivClassName
{
background-color: #D6D095;
}
.BgClassName
{
background-color: #D6D095;
}
</style>
border-color css
<style>
span { border-color: #D6D095; }
span { border-color: rgb(214,208,149); }
td.TdClassName
{
border-color: #D6D095;
}
.TagClassName
{
border-color: #D6D095;
}
</style>