Shades of Tacha #D1C85A
Tints of Tacha #D1C85A
RGB
CMYK
RGB Variations
Color information
#D1C85A (or 0xD1C85A) is known color: Tacha. HEX triplet: D1, C8 and 5A. RGB value is (209,200,90). Sum of RGB (Red+Green+Blue) = 209+200+90=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C85A is #2E37A5. Grayscale: #BEBEBE. Windows color (decimal): -3028902 or 5949649. OLE color: 5949649.
HSL color Cylindrical-coordinate representation of color #D1C85A: hue angle of 55.46º degrees, saturation: 0.56, 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 #D1C85A is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 90 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.18 |
| HSL | 55.46º | 0.56% | 0.59% | - |
| HSV(B) | 55.46º | 0.57% | 0.82% | - |
| XYZ | 48.79 | 55.6 | 17.83 | - |
| YUV | 190.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 90 | 0 | 0.04 | 0.57 | 0.18 | 55.46 | 0.56 | 0.59 |
| Hex | D1 | C8 | 5A | 0 | 4 | 39 | 12 | 37 | 38 | 3B |
| Octal | 321 | 310 | 132 | 0 | 4 | 71 | 22 | 67 | 70 | 73 |
| Binary | 11010001 | 11001000 | 1011010 | 0 | 100 | 111001 | 10010 | 110111 | 111000 | 111011 |
Color Harmonies of #D1C85A
Complementary color
Monochromatic Colors of #D1C85A
Black with #D1C85A
Text Example
Text Example
White with #D1C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C85A; }
p { color: rgb(209,200,90); }
H1.HeaderClassName
{
color: #D1C85A;
}
.AnyTagClassName
{
color: #D1C85A;
}
</style>
background-color css
<style>
a { background-color: #D1C85A; }
a { background-color: rgb(209,200,90); }
div.DivClassName
{
background-color: #D1C85A;
}
.BgClassName
{
background-color: #D1C85A;
}
</style>
border-color css
<style>
span { border-color: #D1C85A; }
span { border-color: rgb(209,200,90); }
td.TdClassName
{
border-color: #D1C85A;
}
.TagClassName
{
border-color: #D1C85A;
}
</style>