Shades of Tacha #DCC15D
Tints of Tacha #DCC15D
RGB
CMYK
RGB Variations
Color information
#DCC15D (or 0xDCC15D) is known color: Tacha. HEX triplet: DC, C1 and 5D. RGB value is (220,193,93). Sum of RGB (Red+Green+Blue) = 220+193+93=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC15D is #233EA2. Grayscale: #BEBEBE. Windows color (decimal): -2309795 or 6144476. OLE color: 6144476.
HSL color Cylindrical-coordinate representation of color #DCC15D: hue angle of 47.24º 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 #DCC15D is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 93 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.14 |
| HSL | 47.24º | 0.64% | 0.61% | - |
| HSV(B) | 47.24º | 0.58% | 0.86% | - |
| XYZ | 50.56 | 54.15 | 18.14 | - |
| YUV | 189.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 93 | 0 | 0.12 | 0.58 | 0.14 | 47.24 | 0.64 | 0.61 |
| Hex | DC | C1 | 5D | 0 | C | 3A | E | 2F | 40 | 3D |
| Octal | 334 | 301 | 135 | 0 | 14 | 72 | 16 | 57 | 100 | 75 |
| Binary | 11011100 | 11000001 | 1011101 | 0 | 1100 | 111010 | 1110 | 101111 | 1000000 | 111101 |
Color Harmonies of #DCC15D
Complementary color
Monochromatic Colors of #DCC15D
Black with #DCC15D
Text Example
Text Example
White with #DCC15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC15D; }
p { color: rgb(220,193,93); }
H1.HeaderClassName
{
color: #DCC15D;
}
.AnyTagClassName
{
color: #DCC15D;
}
</style>
background-color css
<style>
a { background-color: #DCC15D; }
a { background-color: rgb(220,193,93); }
div.DivClassName
{
background-color: #DCC15D;
}
.BgClassName
{
background-color: #DCC15D;
}
</style>
border-color css
<style>
span { border-color: #DCC15D; }
span { border-color: rgb(220,193,93); }
td.TdClassName
{
border-color: #DCC15D;
}
.TagClassName
{
border-color: #DCC15D;
}
</style>