Shades of Tacha #D1C254
Tints of Tacha #D1C254
RGB
CMYK
RGB Variations
Color information
#D1C254 (or 0xD1C254) is known color: Tacha. HEX triplet: D1, C2 and 54. RGB value is (209,194,84). Sum of RGB (Red+Green+Blue) = 209+194+84=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 84 (33.20% from 255 or 17.25% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C254 is #2E3DAB. Grayscale: #BABABA. Windows color (decimal): -3030444 or 5554897. OLE color: 5554897.
HSL color Cylindrical-coordinate representation of color #D1C254: hue angle of 52.8º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1C254 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 84 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.18 |
| HSL | 52.8º | 0.58% | 0.57% | - |
| HSV(B) | 52.8º | 0.6% | 0.82% | - |
| XYZ | 47.19 | 52.78 | 16.09 | - |
| YUV | 185.95 | 70.47 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 84 | 0 | 0.07 | 0.60 | 0.18 | 52.8 | 0.58 | 0.57 |
| Hex | D1 | C2 | 54 | 0 | 7 | 3C | 12 | 35 | 3A | 39 |
| Octal | 321 | 302 | 124 | 0 | 7 | 74 | 22 | 65 | 72 | 71 |
| Binary | 11010001 | 11000010 | 1010100 | 0 | 111 | 111100 | 10010 | 110101 | 111010 | 111001 |
Color Harmonies of #D1C254
Complementary color
Monochromatic Colors of #D1C254
Black with #D1C254
Text Example
Text Example
White with #D1C254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C254; }
p { color: rgb(209,194,84); }
H1.HeaderClassName
{
color: #D1C254;
}
.AnyTagClassName
{
color: #D1C254;
}
</style>
background-color css
<style>
a { background-color: #D1C254; }
a { background-color: rgb(209,194,84); }
div.DivClassName
{
background-color: #D1C254;
}
.BgClassName
{
background-color: #D1C254;
}
</style>
border-color css
<style>
span { border-color: #D1C254; }
span { border-color: rgb(209,194,84); }
td.TdClassName
{
border-color: #D1C254;
}
.TagClassName
{
border-color: #D1C254;
}
</style>