Shades of Tacha #DCC35F
Tints of Tacha #DCC35F
RGB
CMYK
RGB Variations
Color information
#DCC35F (or 0xDCC35F) is known color: Tacha. HEX triplet: DC, C3 and 5F. RGB value is (220,195,95). Sum of RGB (Red+Green+Blue) = 220+195+95=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC35F is #233CA0. Grayscale: #BFBFBF. Windows color (decimal): -2309281 or 6276060. OLE color: 6276060.
HSL color Cylindrical-coordinate representation of color #DCC35F: hue angle of 48º 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 #DCC35F is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 95 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.14 |
| HSL | 48º | 0.64% | 0.62% | - |
| HSV(B) | 48º | 0.57% | 0.86% | - |
| XYZ | 51.1 | 55.07 | 18.76 | - |
| YUV | 191.08 | 73.78 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 95 | 0 | 0.11 | 0.57 | 0.14 | 48 | 0.64 | 0.62 |
| Hex | DC | C3 | 5F | 0 | B | 39 | E | 30 | 40 | 3E |
| Octal | 334 | 303 | 137 | 0 | 13 | 71 | 16 | 60 | 100 | 76 |
| Binary | 11011100 | 11000011 | 1011111 | 0 | 1011 | 111001 | 1110 | 110000 | 1000000 | 111110 |
Color Harmonies of #DCC35F
Complementary color
Monochromatic Colors of #DCC35F
Black with #DCC35F
Text Example
Text Example
White with #DCC35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC35F; }
p { color: rgb(220,195,95); }
H1.HeaderClassName
{
color: #DCC35F;
}
.AnyTagClassName
{
color: #DCC35F;
}
</style>
background-color css
<style>
a { background-color: #DCC35F; }
a { background-color: rgb(220,195,95); }
div.DivClassName
{
background-color: #DCC35F;
}
.BgClassName
{
background-color: #DCC35F;
}
</style>
border-color css
<style>
span { border-color: #DCC35F; }
span { border-color: rgb(220,195,95); }
td.TdClassName
{
border-color: #DCC35F;
}
.TagClassName
{
border-color: #DCC35F;
}
</style>