Shades of Tacha #D9CA62
Tints of Tacha #D9CA62
RGB
CMYK
RGB Variations
Color information
#D9CA62 (or 0xD9CA62) is known color: Tacha. HEX triplet: D9, CA and 62. RGB value is (217,202,98). Sum of RGB (Red+Green+Blue) = 217+202+98=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CA62 is #26359D. Grayscale: #C3C3C3. Windows color (decimal): -2504094 or 6474457. OLE color: 6474457.
HSL color Cylindrical-coordinate representation of color #D9CA62: hue angle of 52.44º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9CA62 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 98 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.15 |
| HSL | 52.44º | 0.61% | 0.62% | - |
| HSV(B) | 52.44º | 0.55% | 0.85% | - |
| XYZ | 51.94 | 57.87 | 19.99 | - |
| YUV | 194.63 | 73.47 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 98 | 0 | 0.07 | 0.55 | 0.15 | 52.44 | 0.61 | 0.62 |
| Hex | D9 | CA | 62 | 0 | 7 | 37 | F | 34 | 3D | 3E |
| Octal | 331 | 312 | 142 | 0 | 7 | 67 | 17 | 64 | 75 | 76 |
| Binary | 11011001 | 11001010 | 1100010 | 0 | 111 | 110111 | 1111 | 110100 | 111101 | 111110 |
Color Harmonies of #D9CA62
Complementary color
Monochromatic Colors of #D9CA62
Black with #D9CA62
Text Example
Text Example
White with #D9CA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA62; }
p { color: rgb(217,202,98); }
H1.HeaderClassName
{
color: #D9CA62;
}
.AnyTagClassName
{
color: #D9CA62;
}
</style>
background-color css
<style>
a { background-color: #D9CA62; }
a { background-color: rgb(217,202,98); }
div.DivClassName
{
background-color: #D9CA62;
}
.BgClassName
{
background-color: #D9CA62;
}
</style>
border-color css
<style>
span { border-color: #D9CA62; }
span { border-color: rgb(217,202,98); }
td.TdClassName
{
border-color: #D9CA62;
}
.TagClassName
{
border-color: #D9CA62;
}
</style>