Shades of Tacha #D2C059
Tints of Tacha #D2C059
RGB
CMYK
RGB Variations
Color information
#D2C059 (or 0xD2C059) is known color: Tacha. HEX triplet: D2, C0 and 59. RGB value is (210,192,89). Sum of RGB (Red+Green+Blue) = 210+192+89=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 89 (35.16% from 255 or 18.13% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C059 is #2D3FA6. Grayscale: #BABABA. Windows color (decimal): -2965415 or 5882066. OLE color: 5882066.
HSL color Cylindrical-coordinate representation of color #D2C059: hue angle of 51.07º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2C059 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 89 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.18 |
| HSL | 51.07º | 0.57% | 0.59% | - |
| HSV(B) | 51.07º | 0.58% | 0.82% | - |
| XYZ | 47.23 | 52.12 | 17.02 | - |
| YUV | 185.64 | 73.46 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 89 | 0 | 0.09 | 0.58 | 0.18 | 51.07 | 0.57 | 0.59 |
| Hex | D2 | C0 | 59 | 0 | 9 | 3A | 12 | 33 | 39 | 3B |
| Octal | 322 | 300 | 131 | 0 | 11 | 72 | 22 | 63 | 71 | 73 |
| Binary | 11010010 | 11000000 | 1011001 | 0 | 1001 | 111010 | 10010 | 110011 | 111001 | 111011 |
Color Harmonies of #D2C059
Complementary color
Monochromatic Colors of #D2C059
Black with #D2C059
Text Example
Text Example
White with #D2C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C059; }
p { color: rgb(210,192,89); }
H1.HeaderClassName
{
color: #D2C059;
}
.AnyTagClassName
{
color: #D2C059;
}
</style>
background-color css
<style>
a { background-color: #D2C059; }
a { background-color: rgb(210,192,89); }
div.DivClassName
{
background-color: #D2C059;
}
.BgClassName
{
background-color: #D2C059;
}
</style>
border-color css
<style>
span { border-color: #D2C059; }
span { border-color: rgb(210,192,89); }
td.TdClassName
{
border-color: #D2C059;
}
.TagClassName
{
border-color: #D2C059;
}
</style>