Shades of Tacha #DCC35E
Tints of Tacha #DCC35E
RGB
CMYK
RGB Variations
Color information
#DCC35E (or 0xDCC35E) is known color: Tacha. HEX triplet: DC, C3 and 5E. RGB value is (220,195,94). Sum of RGB (Red+Green+Blue) = 220+195+94=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC35E is #233CA1. Grayscale: #BFBFBF. Windows color (decimal): -2309282 or 6210524. OLE color: 6210524.
HSL color Cylindrical-coordinate representation of color #DCC35E: hue angle of 48.1º 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 #DCC35E is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 94 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.14 |
| HSL | 48.1º | 0.64% | 0.62% | - |
| HSV(B) | 48.1º | 0.57% | 0.86% | - |
| XYZ | 51.05 | 55.05 | 18.53 | - |
| YUV | 190.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 94 | 0 | 0.11 | 0.57 | 0.14 | 48.1 | 0.64 | 0.62 |
| Hex | DC | C3 | 5E | 0 | B | 39 | E | 30 | 40 | 3E |
| Octal | 334 | 303 | 136 | 0 | 13 | 71 | 16 | 60 | 100 | 76 |
| Binary | 11011100 | 11000011 | 1011110 | 0 | 1011 | 111001 | 1110 | 110000 | 1000000 | 111110 |
Color Harmonies of #DCC35E
Complementary color
Monochromatic Colors of #DCC35E
Black with #DCC35E
Text Example
Text Example
White with #DCC35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC35E; }
p { color: rgb(220,195,94); }
H1.HeaderClassName
{
color: #DCC35E;
}
.AnyTagClassName
{
color: #DCC35E;
}
</style>
background-color css
<style>
a { background-color: #DCC35E; }
a { background-color: rgb(220,195,94); }
div.DivClassName
{
background-color: #DCC35E;
}
.BgClassName
{
background-color: #DCC35E;
}
</style>
border-color css
<style>
span { border-color: #DCC35E; }
span { border-color: rgb(220,195,94); }
td.TdClassName
{
border-color: #DCC35E;
}
.TagClassName
{
border-color: #DCC35E;
}
</style>