Shades of Tacha #DCC25F
Tints of Tacha #DCC25F
RGB
CMYK
RGB Variations
Color information
#DCC25F (or 0xDCC25F) is known color: Tacha. HEX triplet: DC, C2 and 5F. RGB value is (220,194,95). Sum of RGB (Red+Green+Blue) = 220+194+95=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC25F is #233DA0. Grayscale: #BEBEBE. Windows color (decimal): -2309537 or 6275804. OLE color: 6275804.
HSL color Cylindrical-coordinate representation of color #DCC25F: hue angle of 47.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCC25F is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 95 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.14 |
| HSL | 47.52º | 0.64% | 0.62% | - |
| HSV(B) | 47.52º | 0.57% | 0.86% | - |
| XYZ | 50.87 | 54.63 | 18.69 | - |
| YUV | 190.49 | 74.11 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 95 | 0 | 0.12 | 0.57 | 0.14 | 47.52 | 0.64 | 0.62 |
| Hex | DC | C2 | 5F | 0 | C | 39 | E | 30 | 40 | 3E |
| Octal | 334 | 302 | 137 | 0 | 14 | 71 | 16 | 60 | 100 | 76 |
| Binary | 11011100 | 11000010 | 1011111 | 0 | 1100 | 111001 | 1110 | 110000 | 1000000 | 111110 |
Color Harmonies of #DCC25F
Complementary color
Monochromatic Colors of #DCC25F
Black with #DCC25F
Text Example
Text Example
White with #DCC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC25F; }
p { color: rgb(220,194,95); }
H1.HeaderClassName
{
color: #DCC25F;
}
.AnyTagClassName
{
color: #DCC25F;
}
</style>
background-color css
<style>
a { background-color: #DCC25F; }
a { background-color: rgb(220,194,95); }
div.DivClassName
{
background-color: #DCC25F;
}
.BgClassName
{
background-color: #DCC25F;
}
</style>
border-color css
<style>
span { border-color: #DCC25F; }
span { border-color: rgb(220,194,95); }
td.TdClassName
{
border-color: #DCC25F;
}
.TagClassName
{
border-color: #DCC25F;
}
</style>