Shades of Tacha #D2C254
Tints of Tacha #D2C254
RGB
CMYK
RGB Variations
Color information
#D2C254 (or 0xD2C254) is known color: Tacha. HEX triplet: D2, C2 and 54. RGB value is (210,194,84). Sum of RGB (Red+Green+Blue) = 210+194+84=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C254 is #2D3DAB. Grayscale: #BABABA. Windows color (decimal): -2964908 or 5554898. OLE color: 5554898.
HSL color Cylindrical-coordinate representation of color #D2C254: hue angle of 52.38º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2C254 is Cyan = 0, Magento = 0.08, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 194 | 84 | - |
| CMYK | 0 | 0.08 | 0.6 | 0.18 |
| HSL | 52.38º | 0.58% | 0.58% | - |
| HSV(B) | 52.38º | 0.6% | 0.82% | - |
| XYZ | 47.47 | 52.93 | 16.1 | - |
| YUV | 186.24 | 70.3 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 84 | 0 | 0.08 | 0.6 | 0.18 | 52.38 | 0.58 | 0.58 |
| Hex | D2 | C2 | 54 | 0 | 8 | 3C | 12 | 34 | 3A | 3A |
| Octal | 322 | 302 | 124 | 0 | 10 | 74 | 22 | 64 | 72 | 72 |
| Binary | 11010010 | 11000010 | 1010100 | 0 | 1000 | 111100 | 10010 | 110100 | 111010 | 111010 |
Color Harmonies of #D2C254
Complementary color
Monochromatic Colors of #D2C254
Black with #D2C254
Text Example
Text Example
White with #D2C254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C254; }
p { color: rgb(210,194,84); }
H1.HeaderClassName
{
color: #D2C254;
}
.AnyTagClassName
{
color: #D2C254;
}
</style>
background-color css
<style>
a { background-color: #D2C254; }
a { background-color: rgb(210,194,84); }
div.DivClassName
{
background-color: #D2C254;
}
.BgClassName
{
background-color: #D2C254;
}
</style>
border-color css
<style>
span { border-color: #D2C254; }
span { border-color: rgb(210,194,84); }
td.TdClassName
{
border-color: #D2C254;
}
.TagClassName
{
border-color: #D2C254;
}
</style>