Shades of Tacha #D2C25F
Tints of Tacha #D2C25F
RGB
CMYK
RGB Variations
Color information
#D2C25F (or 0xD2C25F) is known color: Tacha. HEX triplet: D2, C2 and 5F. RGB value is (210,194,95). Sum of RGB (Red+Green+Blue) = 210+194+95=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C25F is #2D3DA0. Grayscale: #BBBBBB. Windows color (decimal): -2964897 or 6275794. OLE color: 6275794.
HSL color Cylindrical-coordinate representation of color #D2C25F: hue angle of 51.65º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2C25F is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 194 | 95 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.18 |
| HSL | 51.65º | 0.56% | 0.6% | - |
| HSV(B) | 51.65º | 0.55% | 0.82% | - |
| XYZ | 47.94 | 53.11 | 18.55 | - |
| YUV | 187.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 95 | 0 | 0.08 | 0.55 | 0.18 | 51.65 | 0.56 | 0.6 |
| Hex | D2 | C2 | 5F | 0 | 8 | 37 | 12 | 34 | 38 | 3C |
| Octal | 322 | 302 | 137 | 0 | 10 | 67 | 22 | 64 | 70 | 74 |
| Binary | 11010010 | 11000010 | 1011111 | 0 | 1000 | 110111 | 10010 | 110100 | 111000 | 111100 |
Color Harmonies of #D2C25F
Complementary color
Monochromatic Colors of #D2C25F
Black with #D2C25F
Text Example
Text Example
White with #D2C25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C25F; }
p { color: rgb(210,194,95); }
H1.HeaderClassName
{
color: #D2C25F;
}
.AnyTagClassName
{
color: #D2C25F;
}
</style>
background-color css
<style>
a { background-color: #D2C25F; }
a { background-color: rgb(210,194,95); }
div.DivClassName
{
background-color: #D2C25F;
}
.BgClassName
{
background-color: #D2C25F;
}
</style>
border-color css
<style>
span { border-color: #D2C25F; }
span { border-color: rgb(210,194,95); }
td.TdClassName
{
border-color: #D2C25F;
}
.TagClassName
{
border-color: #D2C25F;
}
</style>