Shades of Tacha #DCC95E
Tints of Tacha #DCC95E
RGB
CMYK
RGB Variations
Color information
#DCC95E (or 0xDCC95E) is known color: Tacha. HEX triplet: DC, C9 and 5E. RGB value is (220,201,94). Sum of RGB (Red+Green+Blue) = 220+201+94=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC95E is #2336A1. Grayscale: #C2C2C2. Windows color (decimal): -2307746 or 6212060. OLE color: 6212060.
HSL color Cylindrical-coordinate representation of color #DCC95E: hue angle of 50.95º 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 #DCC95E is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 94 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.14 |
| HSL | 50.95º | 0.64% | 0.62% | - |
| HSV(B) | 50.95º | 0.57% | 0.86% | - |
| XYZ | 52.42 | 57.8 | 18.98 | - |
| YUV | 194.48 | 71.29 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 94 | 0 | 0.09 | 0.57 | 0.14 | 50.95 | 0.64 | 0.62 |
| Hex | DC | C9 | 5E | 0 | 9 | 39 | E | 33 | 40 | 3E |
| Octal | 334 | 311 | 136 | 0 | 11 | 71 | 16 | 63 | 100 | 76 |
| Binary | 11011100 | 11001001 | 1011110 | 0 | 1001 | 111001 | 1110 | 110011 | 1000000 | 111110 |
Color Harmonies of #DCC95E
Complementary color
Monochromatic Colors of #DCC95E
Black with #DCC95E
Text Example
Text Example
White with #DCC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC95E; }
p { color: rgb(220,201,94); }
H1.HeaderClassName
{
color: #DCC95E;
}
.AnyTagClassName
{
color: #DCC95E;
}
</style>
background-color css
<style>
a { background-color: #DCC95E; }
a { background-color: rgb(220,201,94); }
div.DivClassName
{
background-color: #DCC95E;
}
.BgClassName
{
background-color: #DCC95E;
}
</style>
border-color css
<style>
span { border-color: #DCC95E; }
span { border-color: rgb(220,201,94); }
td.TdClassName
{
border-color: #DCC95E;
}
.TagClassName
{
border-color: #DCC95E;
}
</style>