Shades of Tacha #D9C65E
Tints of Tacha #D9C65E
RGB
CMYK
RGB Variations
Color information
#D9C65E (or 0xD9C65E) is known color: Tacha. HEX triplet: D9, C6 and 5E. RGB value is (217,198,94). Sum of RGB (Red+Green+Blue) = 217+198+94=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C65E is #2639A1. Grayscale: #C0C0C0. Windows color (decimal): -2505122 or 6211289. OLE color: 6211289.
HSL color Cylindrical-coordinate representation of color #D9C65E: hue angle of 50.73º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9C65E is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 198 | 94 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.15 |
| HSL | 50.73º | 0.62% | 0.61% | - |
| HSV(B) | 50.73º | 0.57% | 0.85% | - |
| XYZ | 50.83 | 55.95 | 18.71 | - |
| YUV | 191.83 | 72.79 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 198 | 94 | 0 | 0.09 | 0.57 | 0.15 | 50.73 | 0.62 | 0.61 |
| Hex | D9 | C6 | 5E | 0 | 9 | 39 | F | 33 | 3E | 3D |
| Octal | 331 | 306 | 136 | 0 | 11 | 71 | 17 | 63 | 76 | 75 |
| Binary | 11011001 | 11000110 | 1011110 | 0 | 1001 | 111001 | 1111 | 110011 | 111110 | 111101 |
Color Harmonies of #D9C65E
Complementary color
Monochromatic Colors of #D9C65E
Black with #D9C65E
Text Example
Text Example
White with #D9C65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C65E; }
p { color: rgb(217,198,94); }
H1.HeaderClassName
{
color: #D9C65E;
}
.AnyTagClassName
{
color: #D9C65E;
}
</style>
background-color css
<style>
a { background-color: #D9C65E; }
a { background-color: rgb(217,198,94); }
div.DivClassName
{
background-color: #D9C65E;
}
.BgClassName
{
background-color: #D9C65E;
}
</style>
border-color css
<style>
span { border-color: #D9C65E; }
span { border-color: rgb(217,198,94); }
td.TdClassName
{
border-color: #D9C65E;
}
.TagClassName
{
border-color: #D9C65E;
}
</style>