Shades of Tacha #D6C55A
Tints of Tacha #D6C55A
RGB
CMYK
RGB Variations
Color information
#D6C55A (or 0xD6C55A) is known color: Tacha. HEX triplet: D6, C5 and 5A. RGB value is (214,197,90). Sum of RGB (Red+Green+Blue) = 214+197+90=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C55A is #293AA5. Grayscale: #BEBEBE. Windows color (decimal): -2701990 or 5948886. OLE color: 5948886.
HSL color Cylindrical-coordinate representation of color #D6C55A: hue angle of 51.77º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6C55A is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 90 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.16 |
| HSL | 51.77º | 0.6% | 0.6% | - |
| HSV(B) | 51.77º | 0.58% | 0.84% | - |
| XYZ | 49.54 | 54.97 | 17.67 | - |
| YUV | 189.89 | 71.63 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 90 | 0 | 0.08 | 0.58 | 0.16 | 51.77 | 0.6 | 0.6 |
| Hex | D6 | C5 | 5A | 0 | 8 | 3A | 10 | 34 | 3C | 3C |
| Octal | 326 | 305 | 132 | 0 | 10 | 72 | 20 | 64 | 74 | 74 |
| Binary | 11010110 | 11000101 | 1011010 | 0 | 1000 | 111010 | 10000 | 110100 | 111100 | 111100 |
Color Harmonies of #D6C55A
Complementary color
Monochromatic Colors of #D6C55A
Black with #D6C55A
Text Example
Text Example
White with #D6C55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C55A; }
p { color: rgb(214,197,90); }
H1.HeaderClassName
{
color: #D6C55A;
}
.AnyTagClassName
{
color: #D6C55A;
}
</style>
background-color css
<style>
a { background-color: #D6C55A; }
a { background-color: rgb(214,197,90); }
div.DivClassName
{
background-color: #D6C55A;
}
.BgClassName
{
background-color: #D6C55A;
}
</style>
border-color css
<style>
span { border-color: #D6C55A; }
span { border-color: rgb(214,197,90); }
td.TdClassName
{
border-color: #D6C55A;
}
.TagClassName
{
border-color: #D6C55A;
}
</style>