Shades of Tacha #DCC85D
Tints of Tacha #DCC85D
RGB
CMYK
RGB Variations
Color information
#DCC85D (or 0xDCC85D) is known color: Tacha. HEX triplet: DC, C8 and 5D. RGB value is (220,200,93). Sum of RGB (Red+Green+Blue) = 220+200+93=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC85D is #2337A2. Grayscale: #C2C2C2. Windows color (decimal): -2308003 or 6146268. OLE color: 6146268.
HSL color Cylindrical-coordinate representation of color #DCC85D: hue angle of 50.55º 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 #DCC85D is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 93 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.14 |
| HSL | 50.55º | 0.64% | 0.61% | - |
| HSV(B) | 50.55º | 0.58% | 0.86% | - |
| XYZ | 52.15 | 57.31 | 18.67 | - |
| YUV | 193.78 | 71.13 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 93 | 0 | 0.09 | 0.58 | 0.14 | 50.55 | 0.64 | 0.61 |
| Hex | DC | C8 | 5D | 0 | 9 | 3A | E | 33 | 40 | 3D |
| Octal | 334 | 310 | 135 | 0 | 11 | 72 | 16 | 63 | 100 | 75 |
| Binary | 11011100 | 11001000 | 1011101 | 0 | 1001 | 111010 | 1110 | 110011 | 1000000 | 111101 |
Color Harmonies of #DCC85D
Complementary color
Monochromatic Colors of #DCC85D
Black with #DCC85D
Text Example
Text Example
White with #DCC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC85D; }
p { color: rgb(220,200,93); }
H1.HeaderClassName
{
color: #DCC85D;
}
.AnyTagClassName
{
color: #DCC85D;
}
</style>
background-color css
<style>
a { background-color: #DCC85D; }
a { background-color: rgb(220,200,93); }
div.DivClassName
{
background-color: #DCC85D;
}
.BgClassName
{
background-color: #DCC85D;
}
</style>
border-color css
<style>
span { border-color: #DCC85D; }
span { border-color: rgb(220,200,93); }
td.TdClassName
{
border-color: #DCC85D;
}
.TagClassName
{
border-color: #DCC85D;
}
</style>