Shades of Tacha #DCBE52
Tints of Tacha #DCBE52
RGB
CMYK
RGB Variations
Color information
#DCBE52 (or 0xDCBE52) is known color: Tacha. HEX triplet: DC, BE and 52. RGB value is (220,190,82). Sum of RGB (Red+Green+Blue) = 220+190+82=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 82 (32.42% from 255 or 16.67% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE52 is #2341AD. Grayscale: #BBBBBB. Windows color (decimal): -2310574 or 5422812. OLE color: 5422812.
HSL color Cylindrical-coordinate representation of color #DCBE52: hue angle of 46.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCBE52 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 82 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.14 |
| HSL | 46.96º | 0.66% | 0.59% | - |
| HSV(B) | 46.96º | 0.63% | 0.86% | - |
| XYZ | 49.45 | 52.65 | 15.54 | - |
| YUV | 186.66 | 68.94 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 82 | 0 | 0.14 | 0.63 | 0.14 | 46.96 | 0.66 | 0.59 |
| Hex | DC | BE | 52 | 0 | E | 3F | E | 2F | 42 | 3B |
| Octal | 334 | 276 | 122 | 0 | 16 | 77 | 16 | 57 | 102 | 73 |
| Binary | 11011100 | 10111110 | 1010010 | 0 | 1110 | 111111 | 1110 | 101111 | 1000010 | 111011 |
Color Harmonies of #DCBE52
Complementary color
Monochromatic Colors of #DCBE52
Black with #DCBE52
Text Example
Text Example
White with #DCBE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE52; }
p { color: rgb(220,190,82); }
H1.HeaderClassName
{
color: #DCBE52;
}
.AnyTagClassName
{
color: #DCBE52;
}
</style>
background-color css
<style>
a { background-color: #DCBE52; }
a { background-color: rgb(220,190,82); }
div.DivClassName
{
background-color: #DCBE52;
}
.BgClassName
{
background-color: #DCBE52;
}
</style>
border-color css
<style>
span { border-color: #DCBE52; }
span { border-color: rgb(220,190,82); }
td.TdClassName
{
border-color: #DCBE52;
}
.TagClassName
{
border-color: #DCBE52;
}
</style>