Shades of Tacha #DCC55F
Tints of Tacha #DCC55F
RGB
CMYK
RGB Variations
Color information
#DCC55F (or 0xDCC55F) is known color: Tacha. HEX triplet: DC, C5 and 5F. RGB value is (220,197,95). Sum of RGB (Red+Green+Blue) = 220+197+95=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC55F is #233AA0. Grayscale: #C0C0C0. Windows color (decimal): -2308769 or 6276572. OLE color: 6276572.
HSL color Cylindrical-coordinate representation of color #DCC55F: hue angle of 48.96º 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 #DCC55F is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 95 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.14 |
| HSL | 48.96º | 0.64% | 0.62% | - |
| HSV(B) | 48.96º | 0.57% | 0.86% | - |
| XYZ | 51.55 | 55.97 | 18.91 | - |
| YUV | 192.25 | 73.12 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 95 | 0 | 0.10 | 0.57 | 0.14 | 48.96 | 0.64 | 0.62 |
| Hex | DC | C5 | 5F | 0 | A | 39 | E | 31 | 40 | 3E |
| Octal | 334 | 305 | 137 | 0 | 12 | 71 | 16 | 61 | 100 | 76 |
| Binary | 11011100 | 11000101 | 1011111 | 0 | 1010 | 111001 | 1110 | 110001 | 1000000 | 111110 |
Color Harmonies of #DCC55F
Complementary color
Monochromatic Colors of #DCC55F
Black with #DCC55F
Text Example
Text Example
White with #DCC55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC55F; }
p { color: rgb(220,197,95); }
H1.HeaderClassName
{
color: #DCC55F;
}
.AnyTagClassName
{
color: #DCC55F;
}
</style>
background-color css
<style>
a { background-color: #DCC55F; }
a { background-color: rgb(220,197,95); }
div.DivClassName
{
background-color: #DCC55F;
}
.BgClassName
{
background-color: #DCC55F;
}
</style>
border-color css
<style>
span { border-color: #DCC55F; }
span { border-color: rgb(220,197,95); }
td.TdClassName
{
border-color: #DCC55F;
}
.TagClassName
{
border-color: #DCC55F;
}
</style>