Shades of Tacha #D0C058
Tints of Tacha #D0C058
RGB
CMYK
RGB Variations
Color information
#D0C058 (or 0xD0C058) is known color: Tacha. HEX triplet: D0, C0 and 58. RGB value is (208,192,88). Sum of RGB (Red+Green+Blue) = 208+192+88=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C058 is #2F3FA7. Grayscale: #B9B9B9. Windows color (decimal): -3096488 or 5816528. OLE color: 5816528.
HSL color Cylindrical-coordinate representation of color #D0C058: hue angle of 52º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0C058 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 88 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.18 |
| HSL | 52º | 0.56% | 0.58% | - |
| HSV(B) | 52º | 0.58% | 0.82% | - |
| XYZ | 46.62 | 51.81 | 16.78 | - |
| YUV | 184.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 88 | 0 | 0.08 | 0.58 | 0.18 | 52 | 0.56 | 0.58 |
| Hex | D0 | C0 | 58 | 0 | 8 | 3A | 12 | 34 | 38 | 3A |
| Octal | 320 | 300 | 130 | 0 | 10 | 72 | 22 | 64 | 70 | 72 |
| Binary | 11010000 | 11000000 | 1011000 | 0 | 1000 | 111010 | 10010 | 110100 | 111000 | 111010 |
Color Harmonies of #D0C058
Complementary color
Monochromatic Colors of #D0C058
Black with #D0C058
Text Example
Text Example
White with #D0C058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C058; }
p { color: rgb(208,192,88); }
H1.HeaderClassName
{
color: #D0C058;
}
.AnyTagClassName
{
color: #D0C058;
}
</style>
background-color css
<style>
a { background-color: #D0C058; }
a { background-color: rgb(208,192,88); }
div.DivClassName
{
background-color: #D0C058;
}
.BgClassName
{
background-color: #D0C058;
}
</style>
border-color css
<style>
span { border-color: #D0C058; }
span { border-color: rgb(208,192,88); }
td.TdClassName
{
border-color: #D0C058;
}
.TagClassName
{
border-color: #D0C058;
}
</style>