Shades of Tacha #D1C75B
Tints of Tacha #D1C75B
RGB
CMYK
RGB Variations
Color information
#D1C75B (or 0xD1C75B) is known color: Tacha. HEX triplet: D1, C7 and 5B. RGB value is (209,199,91). Sum of RGB (Red+Green+Blue) = 209+199+91=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C75B is #2E38A4. Grayscale: #BEBEBE. Windows color (decimal): -3029157 or 6014929. OLE color: 6014929.
HSL color Cylindrical-coordinate representation of color #D1C75B: hue angle of 54.92º 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 #D1C75B is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 91 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.18 |
| HSL | 54.92º | 0.56% | 0.59% | - |
| HSV(B) | 54.92º | 0.56% | 0.82% | - |
| XYZ | 48.61 | 55.16 | 17.98 | - |
| YUV | 189.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 91 | 0 | 0.05 | 0.56 | 0.18 | 54.92 | 0.56 | 0.59 |
| Hex | D1 | C7 | 5B | 0 | 5 | 38 | 12 | 37 | 38 | 3B |
| Octal | 321 | 307 | 133 | 0 | 5 | 70 | 22 | 67 | 70 | 73 |
| Binary | 11010001 | 11000111 | 1011011 | 0 | 101 | 111000 | 10010 | 110111 | 111000 | 111011 |
Color Harmonies of #D1C75B
Complementary color
Monochromatic Colors of #D1C75B
Black with #D1C75B
Text Example
Text Example
White with #D1C75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C75B; }
p { color: rgb(209,199,91); }
H1.HeaderClassName
{
color: #D1C75B;
}
.AnyTagClassName
{
color: #D1C75B;
}
</style>
background-color css
<style>
a { background-color: #D1C75B; }
a { background-color: rgb(209,199,91); }
div.DivClassName
{
background-color: #D1C75B;
}
.BgClassName
{
background-color: #D1C75B;
}
</style>
border-color css
<style>
span { border-color: #D1C75B; }
span { border-color: rgb(209,199,91); }
td.TdClassName
{
border-color: #D1C75B;
}
.TagClassName
{
border-color: #D1C75B;
}
</style>