Shades of Tacha #D1C55B
Tints of Tacha #D1C55B
RGB
CMYK
RGB Variations
Color information
#D1C55B (or 0xD1C55B) is known color: Tacha. HEX triplet: D1, C5 and 5B. RGB value is (209,197,91). Sum of RGB (Red+Green+Blue) = 209+197+91=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C55B is #2E3AA4. Grayscale: #BCBCBC. Windows color (decimal): -3029669 or 6014417. OLE color: 6014417.
HSL color Cylindrical-coordinate representation of color #D1C55B: hue angle of 53.9º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1C55B is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 197 | 91 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.18 |
| HSL | 53.9º | 0.56% | 0.59% | - |
| HSV(B) | 53.9º | 0.56% | 0.82% | - |
| XYZ | 48.15 | 54.24 | 17.83 | - |
| YUV | 188.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 91 | 0 | 0.06 | 0.56 | 0.18 | 53.9 | 0.56 | 0.59 |
| Hex | D1 | C5 | 5B | 0 | 6 | 38 | 12 | 36 | 38 | 3B |
| Octal | 321 | 305 | 133 | 0 | 6 | 70 | 22 | 66 | 70 | 73 |
| Binary | 11010001 | 11000101 | 1011011 | 0 | 110 | 111000 | 10010 | 110110 | 111000 | 111011 |
Color Harmonies of #D1C55B
Complementary color
Monochromatic Colors of #D1C55B
Black with #D1C55B
Text Example
Text Example
White with #D1C55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C55B; }
p { color: rgb(209,197,91); }
H1.HeaderClassName
{
color: #D1C55B;
}
.AnyTagClassName
{
color: #D1C55B;
}
</style>
background-color css
<style>
a { background-color: #D1C55B; }
a { background-color: rgb(209,197,91); }
div.DivClassName
{
background-color: #D1C55B;
}
.BgClassName
{
background-color: #D1C55B;
}
</style>
border-color css
<style>
span { border-color: #D1C55B; }
span { border-color: rgb(209,197,91); }
td.TdClassName
{
border-color: #D1C55B;
}
.TagClassName
{
border-color: #D1C55B;
}
</style>