Shades of Tacha #D1C064
Tints of Tacha #D1C064
RGB
CMYK
RGB Variations
Color information
#D1C064 (or 0xD1C064) is known color: Tacha. HEX triplet: D1, C0 and 64. RGB value is (209,192,100). Sum of RGB (Red+Green+Blue) = 209+192+100=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C064 is #2E3F9B. Grayscale: #BABABA. Windows color (decimal): -3030940 or 6602961. OLE color: 6602961.
HSL color Cylindrical-coordinate representation of color #D1C064: hue angle of 50.64º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1C064 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 100 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.18 |
| HSL | 50.64º | 0.54% | 0.61% | - |
| HSV(B) | 50.64º | 0.52% | 0.82% | - |
| XYZ | 47.44 | 52.17 | 19.63 | - |
| YUV | 186.6 | 79.13 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 100 | 0 | 0.08 | 0.52 | 0.18 | 50.64 | 0.54 | 0.61 |
| Hex | D1 | C0 | 64 | 0 | 8 | 34 | 12 | 33 | 36 | 3D |
| Octal | 321 | 300 | 144 | 0 | 10 | 64 | 22 | 63 | 66 | 75 |
| Binary | 11010001 | 11000000 | 1100100 | 0 | 1000 | 110100 | 10010 | 110011 | 110110 | 111101 |
Color Harmonies of #D1C064
Complementary color
Monochromatic Colors of #D1C064
Black with #D1C064
Text Example
Text Example
White with #D1C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C064; }
p { color: rgb(209,192,100); }
H1.HeaderClassName
{
color: #D1C064;
}
.AnyTagClassName
{
color: #D1C064;
}
</style>
background-color css
<style>
a { background-color: #D1C064; }
a { background-color: rgb(209,192,100); }
div.DivClassName
{
background-color: #D1C064;
}
.BgClassName
{
background-color: #D1C064;
}
</style>
border-color css
<style>
span { border-color: #D1C064; }
span { border-color: rgb(209,192,100); }
td.TdClassName
{
border-color: #D1C064;
}
.TagClassName
{
border-color: #D1C064;
}
</style>