Shades of Tahuna Sands #D3D295
Tints of Tahuna Sands #D3D295
RGB
CMYK
RGB Variations
Color information
#D3D295 (or 0xD3D295) is known color: Tahuna Sands. HEX triplet: D3, D2 and 95. RGB value is (211,210,149). Sum of RGB (Red+Green+Blue) = 211+210+149=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D295 is #2C2D6A. Grayscale: #CBCBCB. Windows color (decimal): -2895211 or 9818835. OLE color: 9818835.
HSL color Cylindrical-coordinate representation of color #D3D295: hue angle of 59.03º 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 #D3D295 is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 210 | 149 | - |
| CMYK | 0 | 0.00 | 0.29 | 0.17 |
| HSL | 59.03º | 0.41% | 0.71% | - |
| HSV(B) | 59.03º | 0.29% | 0.83% | - |
| XYZ | 55.34 | 62.11 | 37.51 | - |
| YUV | 203.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 210 | 149 | 0 | 0.00 | 0.29 | 0.17 | 59.03 | 0.41 | 0.71 |
| Hex | D3 | D2 | 95 | 0 | 0 | 1D | 11 | 3B | 29 | 47 |
| Octal | 323 | 322 | 225 | 0 | 0 | 35 | 21 | 73 | 51 | 107 |
| Binary | 11010011 | 11010010 | 10010101 | 0 | 0 | 11101 | 10001 | 111011 | 101001 | 1000111 |
Color Harmonies of #D3D295
Complementary color
Monochromatic Colors of #D3D295
Black with #D3D295
Text Example
Text Example
White with #D3D295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D295; }
p { color: rgb(211,210,149); }
H1.HeaderClassName
{
color: #D3D295;
}
.AnyTagClassName
{
color: #D3D295;
}
</style>
background-color css
<style>
a { background-color: #D3D295; }
a { background-color: rgb(211,210,149); }
div.DivClassName
{
background-color: #D3D295;
}
.BgClassName
{
background-color: #D3D295;
}
</style>
border-color css
<style>
span { border-color: #D3D295; }
span { border-color: rgb(211,210,149); }
td.TdClassName
{
border-color: #D3D295;
}
.TagClassName
{
border-color: #D3D295;
}
</style>