Shades of Tahuna Sands #D3C894
Tints of Tahuna Sands #D3C894
RGB
CMYK
RGB Variations
Color information
#D3C894 (or 0xD3C894) is known color: Tahuna Sands. HEX triplet: D3, C8 and 94. RGB value is (211,200,148). Sum of RGB (Red+Green+Blue) = 211+200+148=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C894 is #2C376B. Grayscale: #C5C5C5. Windows color (decimal): -2897772 or 9750739. OLE color: 9750739.
HSL color Cylindrical-coordinate representation of color #D3C894: hue angle of 49.52º 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 #D3C894 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 200 | 148 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.17 |
| HSL | 49.52º | 0.42% | 0.7% | - |
| HSV(B) | 49.52º | 0.3% | 0.83% | - |
| XYZ | 52.86 | 57.3 | 36.29 | - |
| YUV | 197.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 200 | 148 | 0 | 0.05 | 0.30 | 0.17 | 49.52 | 0.42 | 0.7 |
| Hex | D3 | C8 | 94 | 0 | 5 | 1E | 11 | 32 | 2A | 46 |
| Octal | 323 | 310 | 224 | 0 | 5 | 36 | 21 | 62 | 52 | 106 |
| Binary | 11010011 | 11001000 | 10010100 | 0 | 101 | 11110 | 10001 | 110010 | 101010 | 1000110 |
Color Harmonies of #D3C894
Complementary color
Monochromatic Colors of #D3C894
Black with #D3C894
Text Example
Text Example
White with #D3C894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C894; }
p { color: rgb(211,200,148); }
H1.HeaderClassName
{
color: #D3C894;
}
.AnyTagClassName
{
color: #D3C894;
}
</style>
background-color css
<style>
a { background-color: #D3C894; }
a { background-color: rgb(211,200,148); }
div.DivClassName
{
background-color: #D3C894;
}
.BgClassName
{
background-color: #D3C894;
}
</style>
border-color css
<style>
span { border-color: #D3C894; }
span { border-color: rgb(211,200,148); }
td.TdClassName
{
border-color: #D3C894;
}
.TagClassName
{
border-color: #D3C894;
}
</style>