Shades of Tacha #DCBE5A
Tints of Tacha #DCBE5A
RGB
CMYK
RGB Variations
Color information
#DCBE5A (or 0xDCBE5A) is known color: Tacha. HEX triplet: DC, BE and 5A. RGB value is (220,190,90). Sum of RGB (Red+Green+Blue) = 220+190+90=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE5A is #2341A5. Grayscale: #BCBCBC. Windows color (decimal): -2310566 or 5947100. OLE color: 5947100.
HSL color Cylindrical-coordinate representation of color #DCBE5A: hue angle of 46.15º 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 #DCBE5A is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 90 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.14 |
| HSL | 46.15º | 0.65% | 0.61% | - |
| HSV(B) | 46.15º | 0.59% | 0.86% | - |
| XYZ | 49.77 | 52.78 | 17.24 | - |
| YUV | 187.57 | 72.94 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 90 | 0 | 0.14 | 0.59 | 0.14 | 46.15 | 0.65 | 0.61 |
| Hex | DC | BE | 5A | 0 | E | 3B | E | 2E | 41 | 3D |
| Octal | 334 | 276 | 132 | 0 | 16 | 73 | 16 | 56 | 101 | 75 |
| Binary | 11011100 | 10111110 | 1011010 | 0 | 1110 | 111011 | 1110 | 101110 | 1000001 | 111101 |
Color Harmonies of #DCBE5A
Complementary color
Monochromatic Colors of #DCBE5A
Black with #DCBE5A
Text Example
Text Example
White with #DCBE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE5A; }
p { color: rgb(220,190,90); }
H1.HeaderClassName
{
color: #DCBE5A;
}
.AnyTagClassName
{
color: #DCBE5A;
}
</style>
background-color css
<style>
a { background-color: #DCBE5A; }
a { background-color: rgb(220,190,90); }
div.DivClassName
{
background-color: #DCBE5A;
}
.BgClassName
{
background-color: #DCBE5A;
}
</style>
border-color css
<style>
span { border-color: #DCBE5A; }
span { border-color: rgb(220,190,90); }
td.TdClassName
{
border-color: #DCBE5A;
}
.TagClassName
{
border-color: #DCBE5A;
}
</style>