Shades of Tacha #D0C559
Tints of Tacha #D0C559
RGB
CMYK
RGB Variations
Color information
#D0C559 (or 0xD0C559) is known color: Tacha. HEX triplet: D0, C5 and 59. RGB value is (208,197,89). Sum of RGB (Red+Green+Blue) = 208+197+89=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C559 is #2F3AA6. Grayscale: #BCBCBC. Windows color (decimal): -3095207 or 5883344. OLE color: 5883344.
HSL color Cylindrical-coordinate representation of color #D0C559: hue angle of 54.45º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0C559 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 89 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.18 |
| HSL | 54.45º | 0.56% | 0.58% | - |
| HSV(B) | 54.45º | 0.57% | 0.82% | - |
| XYZ | 47.78 | 54.06 | 17.37 | - |
| YUV | 187.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 89 | 0 | 0.05 | 0.57 | 0.18 | 54.45 | 0.56 | 0.58 |
| Hex | D0 | C5 | 59 | 0 | 5 | 39 | 12 | 36 | 38 | 3A |
| Octal | 320 | 305 | 131 | 0 | 5 | 71 | 22 | 66 | 70 | 72 |
| Binary | 11010000 | 11000101 | 1011001 | 0 | 101 | 111001 | 10010 | 110110 | 111000 | 111010 |
Color Harmonies of #D0C559
Complementary color
Monochromatic Colors of #D0C559
Black with #D0C559
Text Example
Text Example
White with #D0C559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C559; }
p { color: rgb(208,197,89); }
H1.HeaderClassName
{
color: #D0C559;
}
.AnyTagClassName
{
color: #D0C559;
}
</style>
background-color css
<style>
a { background-color: #D0C559; }
a { background-color: rgb(208,197,89); }
div.DivClassName
{
background-color: #D0C559;
}
.BgClassName
{
background-color: #D0C559;
}
</style>
border-color css
<style>
span { border-color: #D0C559; }
span { border-color: rgb(208,197,89); }
td.TdClassName
{
border-color: #D0C559;
}
.TagClassName
{
border-color: #D0C559;
}
</style>