Shades of Tacha #D2C85A
Tints of Tacha #D2C85A
RGB
CMYK
RGB Variations
Color information
#D2C85A (or 0xD2C85A) is known color: Tacha. HEX triplet: D2, C8 and 5A. RGB value is (210,200,90). Sum of RGB (Red+Green+Blue) = 210+200+90=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C85A is #2D37A5. Grayscale: #BEBEBE. Windows color (decimal): -2963366 or 5949650. OLE color: 5949650.
HSL color Cylindrical-coordinate representation of color #D2C85A: hue angle of 55º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2C85A is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 90 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.18 |
| HSL | 55º | 0.57% | 0.59% | - |
| HSV(B) | 55º | 0.57% | 0.82% | - |
| XYZ | 49.08 | 55.75 | 17.85 | - |
| YUV | 190.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 90 | 0 | 0.05 | 0.57 | 0.18 | 55 | 0.57 | 0.59 |
| Hex | D2 | C8 | 5A | 0 | 5 | 39 | 12 | 37 | 39 | 3B |
| Octal | 322 | 310 | 132 | 0 | 5 | 71 | 22 | 67 | 71 | 73 |
| Binary | 11010010 | 11001000 | 1011010 | 0 | 101 | 111001 | 10010 | 110111 | 111001 | 111011 |
Color Harmonies of #D2C85A
Complementary color
Monochromatic Colors of #D2C85A
Black with #D2C85A
Text Example
Text Example
White with #D2C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C85A; }
p { color: rgb(210,200,90); }
H1.HeaderClassName
{
color: #D2C85A;
}
.AnyTagClassName
{
color: #D2C85A;
}
</style>
background-color css
<style>
a { background-color: #D2C85A; }
a { background-color: rgb(210,200,90); }
div.DivClassName
{
background-color: #D2C85A;
}
.BgClassName
{
background-color: #D2C85A;
}
</style>
border-color css
<style>
span { border-color: #D2C85A; }
span { border-color: rgb(210,200,90); }
td.TdClassName
{
border-color: #D2C85A;
}
.TagClassName
{
border-color: #D2C85A;
}
</style>