Shades of Tacha #D0C959
Tints of Tacha #D0C959
RGB
CMYK
RGB Variations
Color information
#D0C959 (or 0xD0C959) is known color: Tacha. HEX triplet: D0, C9 and 59. RGB value is (208,201,89). Sum of RGB (Red+Green+Blue) = 208+201+89=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C959 is #2F36A6. Grayscale: #BEBEBE. Windows color (decimal): -3094183 or 5884368. OLE color: 5884368.
HSL color Cylindrical-coordinate representation of color #D0C959: hue angle of 56.47º 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 #D0C959 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 89 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.18 |
| HSL | 56.47º | 0.56% | 0.58% | - |
| HSV(B) | 56.47º | 0.57% | 0.82% | - |
| XYZ | 48.7 | 55.9 | 17.67 | - |
| YUV | 190.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 89 | 0 | 0.03 | 0.57 | 0.18 | 56.47 | 0.56 | 0.58 |
| Hex | D0 | C9 | 59 | 0 | 3 | 39 | 12 | 38 | 38 | 3A |
| Octal | 320 | 311 | 131 | 0 | 3 | 71 | 22 | 70 | 70 | 72 |
| Binary | 11010000 | 11001001 | 1011001 | 0 | 11 | 111001 | 10010 | 111000 | 111000 | 111010 |
Color Harmonies of #D0C959
Complementary color
Monochromatic Colors of #D0C959
Black with #D0C959
Text Example
Text Example
White with #D0C959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C959; }
p { color: rgb(208,201,89); }
H1.HeaderClassName
{
color: #D0C959;
}
.AnyTagClassName
{
color: #D0C959;
}
</style>
background-color css
<style>
a { background-color: #D0C959; }
a { background-color: rgb(208,201,89); }
div.DivClassName
{
background-color: #D0C959;
}
.BgClassName
{
background-color: #D0C959;
}
</style>
border-color css
<style>
span { border-color: #D0C959; }
span { border-color: rgb(208,201,89); }
td.TdClassName
{
border-color: #D0C959;
}
.TagClassName
{
border-color: #D0C959;
}
</style>