Shades of Tahuna Sands #D3D195
Tints of Tahuna Sands #D3D195
RGB
CMYK
RGB Variations
Color information
#D3D195 (or 0xD3D195) is known color: Tahuna Sands. HEX triplet: D3, D1 and 95. RGB value is (211,209,149). Sum of RGB (Red+Green+Blue) = 211+209+149=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D195 is #2C2E6A. Grayscale: #CBCBCB. Windows color (decimal): -2895467 or 9818579. OLE color: 9818579.
HSL color Cylindrical-coordinate representation of color #D3D195: hue angle of 58.06º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3D195 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 209 | 149 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.17 |
| HSL | 58.06º | 0.41% | 0.71% | - |
| HSV(B) | 58.06º | 0.29% | 0.83% | - |
| XYZ | 55.09 | 61.62 | 37.42 | - |
| YUV | 202.76 | 97.66 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 209 | 149 | 0 | 0.01 | 0.29 | 0.17 | 58.06 | 0.41 | 0.71 |
| Hex | D3 | D1 | 95 | 0 | 1 | 1D | 11 | 3A | 29 | 47 |
| Octal | 323 | 321 | 225 | 0 | 1 | 35 | 21 | 72 | 51 | 107 |
| Binary | 11010011 | 11010001 | 10010101 | 0 | 1 | 11101 | 10001 | 111010 | 101001 | 1000111 |
Color Harmonies of #D3D195
Complementary color
Monochromatic Colors of #D3D195
Black with #D3D195
Text Example
Text Example
White with #D3D195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D195; }
p { color: rgb(211,209,149); }
H1.HeaderClassName
{
color: #D3D195;
}
.AnyTagClassName
{
color: #D3D195;
}
</style>
background-color css
<style>
a { background-color: #D3D195; }
a { background-color: rgb(211,209,149); }
div.DivClassName
{
background-color: #D3D195;
}
.BgClassName
{
background-color: #D3D195;
}
</style>
border-color css
<style>
span { border-color: #D3D195; }
span { border-color: rgb(211,209,149); }
td.TdClassName
{
border-color: #D3D195;
}
.TagClassName
{
border-color: #D3D195;
}
</style>