Shades of Tacha #DCC25C
Tints of Tacha #DCC25C
RGB
CMYK
RGB Variations
Color information
#DCC25C (or 0xDCC25C) is known color: Tacha. HEX triplet: DC, C2 and 5C. RGB value is (220,194,92). Sum of RGB (Red+Green+Blue) = 220+194+92=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC25C is #233DA3. Grayscale: #BEBEBE. Windows color (decimal): -2309540 or 6079196. OLE color: 6079196.
HSL color Cylindrical-coordinate representation of color #DCC25C: hue angle of 47.81º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCC25C is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 92 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.14 |
| HSL | 47.81º | 0.65% | 0.61% | - |
| HSV(B) | 47.81º | 0.58% | 0.86% | - |
| XYZ | 50.74 | 54.57 | 17.98 | - |
| YUV | 190.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 92 | 0 | 0.12 | 0.58 | 0.14 | 47.81 | 0.65 | 0.61 |
| Hex | DC | C2 | 5C | 0 | C | 3A | E | 30 | 41 | 3D |
| Octal | 334 | 302 | 134 | 0 | 14 | 72 | 16 | 60 | 101 | 75 |
| Binary | 11011100 | 11000010 | 1011100 | 0 | 1100 | 111010 | 1110 | 110000 | 1000001 | 111101 |
Color Harmonies of #DCC25C
Complementary color
Monochromatic Colors of #DCC25C
Black with #DCC25C
Text Example
Text Example
White with #DCC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC25C; }
p { color: rgb(220,194,92); }
H1.HeaderClassName
{
color: #DCC25C;
}
.AnyTagClassName
{
color: #DCC25C;
}
</style>
background-color css
<style>
a { background-color: #DCC25C; }
a { background-color: rgb(220,194,92); }
div.DivClassName
{
background-color: #DCC25C;
}
.BgClassName
{
background-color: #DCC25C;
}
</style>
border-color css
<style>
span { border-color: #DCC25C; }
span { border-color: rgb(220,194,92); }
td.TdClassName
{
border-color: #DCC25C;
}
.TagClassName
{
border-color: #DCC25C;
}
</style>