Shades of Tacha #D9C160
Tints of Tacha #D9C160
RGB
CMYK
RGB Variations
Color information
#D9C160 (or 0xD9C160) is known color: Tacha. HEX triplet: D9, C1 and 60. RGB value is (217,193,96). Sum of RGB (Red+Green+Blue) = 217+193+96=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C160 is #263E9F. Grayscale: #BDBDBD. Windows color (decimal): -2506400 or 6341081. OLE color: 6341081.
HSL color Cylindrical-coordinate representation of color #D9C160: hue angle of 48.1º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9C160 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 96 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.15 |
| HSL | 48.1º | 0.61% | 0.61% | - |
| HSV(B) | 48.1º | 0.56% | 0.85% | - |
| XYZ | 49.8 | 53.74 | 18.81 | - |
| YUV | 189.12 | 75.45 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 96 | 0 | 0.11 | 0.56 | 0.15 | 48.1 | 0.61 | 0.61 |
| Hex | D9 | C1 | 60 | 0 | B | 38 | F | 30 | 3D | 3D |
| Octal | 331 | 301 | 140 | 0 | 13 | 70 | 17 | 60 | 75 | 75 |
| Binary | 11011001 | 11000001 | 1100000 | 0 | 1011 | 111000 | 1111 | 110000 | 111101 | 111101 |
Color Harmonies of #D9C160
Complementary color
Monochromatic Colors of #D9C160
Black with #D9C160
Text Example
Text Example
White with #D9C160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C160; }
p { color: rgb(217,193,96); }
H1.HeaderClassName
{
color: #D9C160;
}
.AnyTagClassName
{
color: #D9C160;
}
</style>
background-color css
<style>
a { background-color: #D9C160; }
a { background-color: rgb(217,193,96); }
div.DivClassName
{
background-color: #D9C160;
}
.BgClassName
{
background-color: #D9C160;
}
</style>
border-color css
<style>
span { border-color: #D9C160; }
span { border-color: rgb(217,193,96); }
td.TdClassName
{
border-color: #D9C160;
}
.TagClassName
{
border-color: #D9C160;
}
</style>