Shades of Tahuna Sands #D5D195
Tints of Tahuna Sands #D5D195
RGB
CMYK
RGB Variations
Color information
#D5D195 (or 0xD5D195) is known color: Tahuna Sands. HEX triplet: D5, D1 and 95. RGB value is (213,209,149). Sum of RGB (Red+Green+Blue) = 213+209+149=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D195 is #2A2E6A. Grayscale: #CBCBCB. Windows color (decimal): -2764395 or 9818581. OLE color: 9818581.
HSL color Cylindrical-coordinate representation of color #D5D195: hue angle of 56.25º 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 #D5D195 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 149 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.16 |
| HSL | 56.25º | 0.43% | 0.71% | - |
| HSV(B) | 56.25º | 0.3% | 0.84% | - |
| XYZ | 55.67 | 61.92 | 37.45 | - |
| YUV | 203.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 149 | 0 | 0.02 | 0.30 | 0.16 | 56.25 | 0.43 | 0.71 |
| Hex | D5 | D1 | 95 | 0 | 2 | 1E | 10 | 38 | 2B | 47 |
| Octal | 325 | 321 | 225 | 0 | 2 | 36 | 20 | 70 | 53 | 107 |
| Binary | 11010101 | 11010001 | 10010101 | 0 | 10 | 11110 | 10000 | 111000 | 101011 | 1000111 |
Color Harmonies of #D5D195
Complementary color
Monochromatic Colors of #D5D195
Black with #D5D195
Text Example
Text Example
White with #D5D195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D195; }
p { color: rgb(213,209,149); }
H1.HeaderClassName
{
color: #D5D195;
}
.AnyTagClassName
{
color: #D5D195;
}
</style>
background-color css
<style>
a { background-color: #D5D195; }
a { background-color: rgb(213,209,149); }
div.DivClassName
{
background-color: #D5D195;
}
.BgClassName
{
background-color: #D5D195;
}
</style>
border-color css
<style>
span { border-color: #D5D195; }
span { border-color: rgb(213,209,149); }
td.TdClassName
{
border-color: #D5D195;
}
.TagClassName
{
border-color: #D5D195;
}
</style>