Shades of Tacha #DCBE61
Tints of Tacha #DCBE61
RGB
CMYK
RGB Variations
Color information
#DCBE61 (or 0xDCBE61) is known color: Tacha. HEX triplet: DC, BE and 61. RGB value is (220,190,97). Sum of RGB (Red+Green+Blue) = 220+190+97=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE61 is #23419E. Grayscale: #BCBCBC. Windows color (decimal): -2310559 or 6405852. OLE color: 6405852.
HSL color Cylindrical-coordinate representation of color #DCBE61: hue angle of 45.37º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCBE61 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 97 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.14 |
| HSL | 45.37º | 0.64% | 0.62% | - |
| HSV(B) | 45.37º | 0.56% | 0.86% | - |
| XYZ | 50.09 | 52.91 | 18.88 | - |
| YUV | 188.37 | 76.44 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 97 | 0 | 0.14 | 0.56 | 0.14 | 45.37 | 0.64 | 0.62 |
| Hex | DC | BE | 61 | 0 | E | 38 | E | 2D | 40 | 3E |
| Octal | 334 | 276 | 141 | 0 | 16 | 70 | 16 | 55 | 100 | 76 |
| Binary | 11011100 | 10111110 | 1100001 | 0 | 1110 | 111000 | 1110 | 101101 | 1000000 | 111110 |
Color Harmonies of #DCBE61
Complementary color
Monochromatic Colors of #DCBE61
Black with #DCBE61
Text Example
Text Example
White with #DCBE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE61; }
p { color: rgb(220,190,97); }
H1.HeaderClassName
{
color: #DCBE61;
}
.AnyTagClassName
{
color: #DCBE61;
}
</style>
background-color css
<style>
a { background-color: #DCBE61; }
a { background-color: rgb(220,190,97); }
div.DivClassName
{
background-color: #DCBE61;
}
.BgClassName
{
background-color: #DCBE61;
}
</style>
border-color css
<style>
span { border-color: #DCBE61; }
span { border-color: rgb(220,190,97); }
td.TdClassName
{
border-color: #DCBE61;
}
.TagClassName
{
border-color: #DCBE61;
}
</style>