Shades of Tahuna Sands #D3C695
Tints of Tahuna Sands #D3C695
RGB
CMYK
RGB Variations
Color information
#D3C695 (or 0xD3C695) is known color: Tahuna Sands. HEX triplet: D3, C6 and 95. RGB value is (211,198,149). Sum of RGB (Red+Green+Blue) = 211+198+149=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C695 is #2C396A. Grayscale: #C4C4C4. Windows color (decimal): -2898283 or 9815763. OLE color: 9815763.
HSL color Cylindrical-coordinate representation of color #D3C695: hue angle of 47.42º 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 #D3C695 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 198 | 149 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.17 |
| HSL | 47.42º | 0.41% | 0.71% | - |
| HSV(B) | 47.42º | 0.29% | 0.83% | - |
| XYZ | 52.48 | 56.41 | 36.56 | - |
| YUV | 196.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 198 | 149 | 0 | 0.06 | 0.29 | 0.17 | 47.42 | 0.41 | 0.71 |
| Hex | D3 | C6 | 95 | 0 | 6 | 1D | 11 | 2F | 29 | 47 |
| Octal | 323 | 306 | 225 | 0 | 6 | 35 | 21 | 57 | 51 | 107 |
| Binary | 11010011 | 11000110 | 10010101 | 0 | 110 | 11101 | 10001 | 101111 | 101001 | 1000111 |
Color Harmonies of #D3C695
Complementary color
Monochromatic Colors of #D3C695
Black with #D3C695
Text Example
Text Example
White with #D3C695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C695; }
p { color: rgb(211,198,149); }
H1.HeaderClassName
{
color: #D3C695;
}
.AnyTagClassName
{
color: #D3C695;
}
</style>
background-color css
<style>
a { background-color: #D3C695; }
a { background-color: rgb(211,198,149); }
div.DivClassName
{
background-color: #D3C695;
}
.BgClassName
{
background-color: #D3C695;
}
</style>
border-color css
<style>
span { border-color: #D3C695; }
span { border-color: rgb(211,198,149); }
td.TdClassName
{
border-color: #D3C695;
}
.TagClassName
{
border-color: #D3C695;
}
</style>