Shades of Tacha #D1C15E
Tints of Tacha #D1C15E
RGB
CMYK
RGB Variations
Color information
#D1C15E (or 0xD1C15E) is known color: Tacha. HEX triplet: D1, C1 and 5E. RGB value is (209,193,94). Sum of RGB (Red+Green+Blue) = 209+193+94=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C15E is #2E3EA1. Grayscale: #BABABA. Windows color (decimal): -3030690 or 6210001. OLE color: 6210001.
HSL color Cylindrical-coordinate representation of color #D1C15E: hue angle of 51.65º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1C15E is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 94 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.18 |
| HSL | 51.65º | 0.56% | 0.59% | - |
| HSV(B) | 51.65º | 0.55% | 0.82% | - |
| XYZ | 47.38 | 52.5 | 18.23 | - |
| YUV | 186.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 94 | 0 | 0.08 | 0.55 | 0.18 | 51.65 | 0.56 | 0.59 |
| Hex | D1 | C1 | 5E | 0 | 8 | 37 | 12 | 34 | 38 | 3B |
| Octal | 321 | 301 | 136 | 0 | 10 | 67 | 22 | 64 | 70 | 73 |
| Binary | 11010001 | 11000001 | 1011110 | 0 | 1000 | 110111 | 10010 | 110100 | 111000 | 111011 |
Color Harmonies of #D1C15E
Complementary color
Monochromatic Colors of #D1C15E
Black with #D1C15E
Text Example
Text Example
White with #D1C15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C15E; }
p { color: rgb(209,193,94); }
H1.HeaderClassName
{
color: #D1C15E;
}
.AnyTagClassName
{
color: #D1C15E;
}
</style>
background-color css
<style>
a { background-color: #D1C15E; }
a { background-color: rgb(209,193,94); }
div.DivClassName
{
background-color: #D1C15E;
}
.BgClassName
{
background-color: #D1C15E;
}
</style>
border-color css
<style>
span { border-color: #D1C15E; }
span { border-color: rgb(209,193,94); }
td.TdClassName
{
border-color: #D1C15E;
}
.TagClassName
{
border-color: #D1C15E;
}
</style>