Shades of Tahuna Sands #D3C994
Tints of Tahuna Sands #D3C994
RGB
CMYK
RGB Variations
Color information
#D3C994 (or 0xD3C994) is known color: Tahuna Sands. HEX triplet: D3, C9 and 94. RGB value is (211,201,148). Sum of RGB (Red+Green+Blue) = 211+201+148=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C994 is #2C366B. Grayscale: #C6C6C6. Windows color (decimal): -2897516 or 9750995. OLE color: 9750995.
HSL color Cylindrical-coordinate representation of color #D3C994: hue angle of 50.48º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3C994 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 148 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.17 |
| HSL | 50.48º | 0.42% | 0.7% | - |
| HSV(B) | 50.48º | 0.3% | 0.83% | - |
| XYZ | 53.1 | 57.76 | 36.37 | - |
| YUV | 197.95 | 99.81 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 148 | 0 | 0.05 | 0.30 | 0.17 | 50.48 | 0.42 | 0.7 |
| Hex | D3 | C9 | 94 | 0 | 5 | 1E | 11 | 32 | 2A | 46 |
| Octal | 323 | 311 | 224 | 0 | 5 | 36 | 21 | 62 | 52 | 106 |
| Binary | 11010011 | 11001001 | 10010100 | 0 | 101 | 11110 | 10001 | 110010 | 101010 | 1000110 |
Color Harmonies of #D3C994
Complementary color
Monochromatic Colors of #D3C994
Black with #D3C994
Text Example
Text Example
White with #D3C994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C994; }
p { color: rgb(211,201,148); }
H1.HeaderClassName
{
color: #D3C994;
}
.AnyTagClassName
{
color: #D3C994;
}
</style>
background-color css
<style>
a { background-color: #D3C994; }
a { background-color: rgb(211,201,148); }
div.DivClassName
{
background-color: #D3C994;
}
.BgClassName
{
background-color: #D3C994;
}
</style>
border-color css
<style>
span { border-color: #D3C994; }
span { border-color: rgb(211,201,148); }
td.TdClassName
{
border-color: #D3C994;
}
.TagClassName
{
border-color: #D3C994;
}
</style>