Shades of Tahuna Sands #D1C193
Tints of Tahuna Sands #D1C193
RGB
CMYK
RGB Variations
Color information
#D1C193 (or 0xD1C193) is known color: Tahuna Sands. HEX triplet: D1, C1 and 93. RGB value is (209,193,147). Sum of RGB (Red+Green+Blue) = 209+193+147=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C193 is #2E3E6C. Grayscale: #C0C0C0. Windows color (decimal): -3030637 or 9683409. OLE color: 9683409.
HSL color Cylindrical-coordinate representation of color #D1C193: hue angle of 44.52º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1C193 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 147 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.18 |
| HSL | 44.52º | 0.4% | 0.7% | - |
| HSV(B) | 44.52º | 0.3% | 0.82% | - |
| XYZ | 50.63 | 53.8 | 35.32 | - |
| YUV | 192.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 147 | 0 | 0.08 | 0.30 | 0.18 | 44.52 | 0.4 | 0.7 |
| Hex | D1 | C1 | 93 | 0 | 8 | 1E | 12 | 2D | 28 | 46 |
| Octal | 321 | 301 | 223 | 0 | 10 | 36 | 22 | 55 | 50 | 106 |
| Binary | 11010001 | 11000001 | 10010011 | 0 | 1000 | 11110 | 10010 | 101101 | 101000 | 1000110 |
Color Harmonies of #D1C193
Complementary color
Monochromatic Colors of #D1C193
Black with #D1C193
Text Example
Text Example
White with #D1C193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C193; }
p { color: rgb(209,193,147); }
H1.HeaderClassName
{
color: #D1C193;
}
.AnyTagClassName
{
color: #D1C193;
}
</style>
background-color css
<style>
a { background-color: #D1C193; }
a { background-color: rgb(209,193,147); }
div.DivClassName
{
background-color: #D1C193;
}
.BgClassName
{
background-color: #D1C193;
}
</style>
border-color css
<style>
span { border-color: #D1C193; }
span { border-color: rgb(209,193,147); }
td.TdClassName
{
border-color: #D1C193;
}
.TagClassName
{
border-color: #D1C193;
}
</style>