Shades of Tacha #DCC65D
Tints of Tacha #DCC65D
RGB
CMYK
RGB Variations
Color information
#DCC65D (or 0xDCC65D) is known color: Tacha. HEX triplet: DC, C6 and 5D. RGB value is (220,198,93). Sum of RGB (Red+Green+Blue) = 220+198+93=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC65D is #2339A2. Grayscale: #C1C1C1. Windows color (decimal): -2308515 or 6145756. OLE color: 6145756.
HSL color Cylindrical-coordinate representation of color #DCC65D: hue angle of 49.61º degrees, saturation: 0.64, 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 #DCC65D is Cyan = 0, Magento = 0.1, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 93 | - |
| CMYK | 0 | 0.1 | 0.58 | 0.14 |
| HSL | 49.61º | 0.64% | 0.61% | - |
| HSV(B) | 49.61º | 0.58% | 0.86% | - |
| XYZ | 51.69 | 56.39 | 18.52 | - |
| YUV | 192.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 93 | 0 | 0.1 | 0.58 | 0.14 | 49.61 | 0.64 | 0.61 |
| Hex | DC | C6 | 5D | 0 | A | 3A | E | 32 | 40 | 3D |
| Octal | 334 | 306 | 135 | 0 | 12 | 72 | 16 | 62 | 100 | 75 |
| Binary | 11011100 | 11000110 | 1011101 | 0 | 1010 | 111010 | 1110 | 110010 | 1000000 | 111101 |
Color Harmonies of #DCC65D
Complementary color
Monochromatic Colors of #DCC65D
Black with #DCC65D
Text Example
Text Example
White with #DCC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC65D; }
p { color: rgb(220,198,93); }
H1.HeaderClassName
{
color: #DCC65D;
}
.AnyTagClassName
{
color: #DCC65D;
}
</style>
background-color css
<style>
a { background-color: #DCC65D; }
a { background-color: rgb(220,198,93); }
div.DivClassName
{
background-color: #DCC65D;
}
.BgClassName
{
background-color: #DCC65D;
}
</style>
border-color css
<style>
span { border-color: #DCC65D; }
span { border-color: rgb(220,198,93); }
td.TdClassName
{
border-color: #DCC65D;
}
.TagClassName
{
border-color: #DCC65D;
}
</style>