Shades of Tacha #D1C16A
Tints of Tacha #D1C16A
RGB
CMYK
RGB Variations
Color information
#D1C16A (or 0xD1C16A) is known color: Tacha. HEX triplet: D1, C1 and 6A. RGB value is (209,193,106). Sum of RGB (Red+Green+Blue) = 209+193+106=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C16A is #2E3E95. Grayscale: #BCBCBC. Windows color (decimal): -3030678 or 6996433. OLE color: 6996433.
HSL color Cylindrical-coordinate representation of color #D1C16A: hue angle of 50.68º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1C16A is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 106 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.18 |
| HSL | 50.68º | 0.53% | 0.62% | - |
| HSV(B) | 50.68º | 0.49% | 0.82% | - |
| XYZ | 47.97 | 52.74 | 21.29 | - |
| YUV | 187.87 | 81.8 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 106 | 0 | 0.08 | 0.49 | 0.18 | 50.68 | 0.53 | 0.62 |
| Hex | D1 | C1 | 6A | 0 | 8 | 31 | 12 | 33 | 35 | 3E |
| Octal | 321 | 301 | 152 | 0 | 10 | 61 | 22 | 63 | 65 | 76 |
| Binary | 11010001 | 11000001 | 1101010 | 0 | 1000 | 110001 | 10010 | 110011 | 110101 | 111110 |
Color Harmonies of #D1C16A
Complementary color
Monochromatic Colors of #D1C16A
Black with #D1C16A
Text Example
Text Example
White with #D1C16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C16A; }
p { color: rgb(209,193,106); }
H1.HeaderClassName
{
color: #D1C16A;
}
.AnyTagClassName
{
color: #D1C16A;
}
</style>
background-color css
<style>
a { background-color: #D1C16A; }
a { background-color: rgb(209,193,106); }
div.DivClassName
{
background-color: #D1C16A;
}
.BgClassName
{
background-color: #D1C16A;
}
</style>
border-color css
<style>
span { border-color: #D1C16A; }
span { border-color: rgb(209,193,106); }
td.TdClassName
{
border-color: #D1C16A;
}
.TagClassName
{
border-color: #D1C16A;
}
</style>