Shades of Tacha #DCC65A
Tints of Tacha #DCC65A
RGB
CMYK
RGB Variations
Color information
#DCC65A (or 0xDCC65A) is known color: Tacha. HEX triplet: DC, C6 and 5A. RGB value is (220,198,90). Sum of RGB (Red+Green+Blue) = 220+198+90=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC65A is #2339A5. Grayscale: #C0C0C0. Windows color (decimal): -2308518 or 5949148. OLE color: 5949148.
HSL color Cylindrical-coordinate representation of color #DCC65A: hue angle of 49.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCC65A is Cyan = 0, Magento = 0.1, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 90 | - |
| CMYK | 0 | 0.1 | 0.59 | 0.14 |
| HSL | 49.85º | 0.65% | 0.61% | - |
| HSV(B) | 49.85º | 0.59% | 0.86% | - |
| XYZ | 51.55 | 56.34 | 17.83 | - |
| YUV | 192.27 | 70.29 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 90 | 0 | 0.1 | 0.59 | 0.14 | 49.85 | 0.65 | 0.61 |
| Hex | DC | C6 | 5A | 0 | A | 3B | E | 32 | 41 | 3D |
| Octal | 334 | 306 | 132 | 0 | 12 | 73 | 16 | 62 | 101 | 75 |
| Binary | 11011100 | 11000110 | 1011010 | 0 | 1010 | 111011 | 1110 | 110010 | 1000001 | 111101 |
Color Harmonies of #DCC65A
Complementary color
Monochromatic Colors of #DCC65A
Black with #DCC65A
Text Example
Text Example
White with #DCC65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC65A; }
p { color: rgb(220,198,90); }
H1.HeaderClassName
{
color: #DCC65A;
}
.AnyTagClassName
{
color: #DCC65A;
}
</style>
background-color css
<style>
a { background-color: #DCC65A; }
a { background-color: rgb(220,198,90); }
div.DivClassName
{
background-color: #DCC65A;
}
.BgClassName
{
background-color: #DCC65A;
}
</style>
border-color css
<style>
span { border-color: #DCC65A; }
span { border-color: rgb(220,198,90); }
td.TdClassName
{
border-color: #DCC65A;
}
.TagClassName
{
border-color: #DCC65A;
}
</style>