Shades of Tacha #D0C05E
Tints of Tacha #D0C05E
RGB
CMYK
RGB Variations
Color information
#D0C05E (or 0xD0C05E) is known color: Tacha. HEX triplet: D0, C0 and 5E. RGB value is (208,192,94). Sum of RGB (Red+Green+Blue) = 208+192+94=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C05E is #2F3FA1. Grayscale: #BABABA. Windows color (decimal): -3096482 or 6209744. OLE color: 6209744.
HSL color Cylindrical-coordinate representation of color #D0C05E: hue angle of 51.58º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0C05E is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 94 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.18 |
| HSL | 51.58º | 0.55% | 0.59% | - |
| HSV(B) | 51.58º | 0.55% | 0.82% | - |
| XYZ | 46.88 | 51.92 | 18.14 | - |
| YUV | 185.61 | 76.3 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 94 | 0 | 0.08 | 0.55 | 0.18 | 51.58 | 0.55 | 0.59 |
| Hex | D0 | C0 | 5E | 0 | 8 | 37 | 12 | 34 | 37 | 3B |
| Octal | 320 | 300 | 136 | 0 | 10 | 67 | 22 | 64 | 67 | 73 |
| Binary | 11010000 | 11000000 | 1011110 | 0 | 1000 | 110111 | 10010 | 110100 | 110111 | 111011 |
Color Harmonies of #D0C05E
Complementary color
Monochromatic Colors of #D0C05E
Black with #D0C05E
Text Example
Text Example
White with #D0C05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C05E; }
p { color: rgb(208,192,94); }
H1.HeaderClassName
{
color: #D0C05E;
}
.AnyTagClassName
{
color: #D0C05E;
}
</style>
background-color css
<style>
a { background-color: #D0C05E; }
a { background-color: rgb(208,192,94); }
div.DivClassName
{
background-color: #D0C05E;
}
.BgClassName
{
background-color: #D0C05E;
}
</style>
border-color css
<style>
span { border-color: #D0C05E; }
span { border-color: rgb(208,192,94); }
td.TdClassName
{
border-color: #D0C05E;
}
.TagClassName
{
border-color: #D0C05E;
}
</style>