Shades of Tacha #D6C85A
Tints of Tacha #D6C85A
RGB
CMYK
RGB Variations
Color information
#D6C85A (or 0xD6C85A) is known color: Tacha. HEX triplet: D6, C8 and 5A. RGB value is (214,200,90). Sum of RGB (Red+Green+Blue) = 214+200+90=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C85A is #2937A5. Grayscale: #C0C0C0. Windows color (decimal): -2701222 or 5949654. OLE color: 5949654.
HSL color Cylindrical-coordinate representation of color #D6C85A: hue angle of 53.23º 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 #D6C85A is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 90 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.16 |
| HSL | 53.23º | 0.6% | 0.6% | - |
| HSV(B) | 53.23º | 0.58% | 0.84% | - |
| XYZ | 50.23 | 56.34 | 17.9 | - |
| YUV | 191.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 90 | 0 | 0.07 | 0.58 | 0.16 | 53.23 | 0.6 | 0.6 |
| Hex | D6 | C8 | 5A | 0 | 7 | 3A | 10 | 35 | 3C | 3C |
| Octal | 326 | 310 | 132 | 0 | 7 | 72 | 20 | 65 | 74 | 74 |
| Binary | 11010110 | 11001000 | 1011010 | 0 | 111 | 111010 | 10000 | 110101 | 111100 | 111100 |
Color Harmonies of #D6C85A
Complementary color
Monochromatic Colors of #D6C85A
Black with #D6C85A
Text Example
Text Example
White with #D6C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C85A; }
p { color: rgb(214,200,90); }
H1.HeaderClassName
{
color: #D6C85A;
}
.AnyTagClassName
{
color: #D6C85A;
}
</style>
background-color css
<style>
a { background-color: #D6C85A; }
a { background-color: rgb(214,200,90); }
div.DivClassName
{
background-color: #D6C85A;
}
.BgClassName
{
background-color: #D6C85A;
}
</style>
border-color css
<style>
span { border-color: #D6C85A; }
span { border-color: rgb(214,200,90); }
td.TdClassName
{
border-color: #D6C85A;
}
.TagClassName
{
border-color: #D6C85A;
}
</style>