Shades of Tacha #DCC55B
Tints of Tacha #DCC55B
RGB
CMYK
RGB Variations
Color information
#DCC55B (or 0xDCC55B) is known color: Tacha. HEX triplet: DC, C5 and 5B. RGB value is (220,197,91). Sum of RGB (Red+Green+Blue) = 220+197+91=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC55B is #233AA4. Grayscale: #C0C0C0. Windows color (decimal): -2308773 or 6014428. OLE color: 6014428.
HSL color Cylindrical-coordinate representation of color #DCC55B: hue angle of 49.3º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCC55B is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 91 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.14 |
| HSL | 49.3º | 0.65% | 0.61% | - |
| HSV(B) | 49.3º | 0.59% | 0.86% | - |
| XYZ | 51.37 | 55.9 | 17.98 | - |
| YUV | 191.79 | 71.12 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 91 | 0 | 0.10 | 0.59 | 0.14 | 49.3 | 0.65 | 0.61 |
| Hex | DC | C5 | 5B | 0 | A | 3B | E | 31 | 41 | 3D |
| Octal | 334 | 305 | 133 | 0 | 12 | 73 | 16 | 61 | 101 | 75 |
| Binary | 11011100 | 11000101 | 1011011 | 0 | 1010 | 111011 | 1110 | 110001 | 1000001 | 111101 |
Color Harmonies of #DCC55B
Complementary color
Monochromatic Colors of #DCC55B
Black with #DCC55B
Text Example
Text Example
White with #DCC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC55B; }
p { color: rgb(220,197,91); }
H1.HeaderClassName
{
color: #DCC55B;
}
.AnyTagClassName
{
color: #DCC55B;
}
</style>
background-color css
<style>
a { background-color: #DCC55B; }
a { background-color: rgb(220,197,91); }
div.DivClassName
{
background-color: #DCC55B;
}
.BgClassName
{
background-color: #DCC55B;
}
</style>
border-color css
<style>
span { border-color: #DCC55B; }
span { border-color: rgb(220,197,91); }
td.TdClassName
{
border-color: #DCC55B;
}
.TagClassName
{
border-color: #DCC55B;
}
</style>