Shades of Tacha #DCBE5B
Tints of Tacha #DCBE5B
RGB
CMYK
RGB Variations
Color information
#DCBE5B (or 0xDCBE5B) is known color: Tacha. HEX triplet: DC, BE and 5B. RGB value is (220,190,91). Sum of RGB (Red+Green+Blue) = 220+190+91=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE5B is #2341A4. Grayscale: #BCBCBC. Windows color (decimal): -2310565 or 6012636. OLE color: 6012636.
HSL color Cylindrical-coordinate representation of color #DCBE5B: hue angle of 46.05º 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 #DCBE5B is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 91 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.14 |
| HSL | 46.05º | 0.65% | 0.61% | - |
| HSV(B) | 46.05º | 0.59% | 0.86% | - |
| XYZ | 49.82 | 52.8 | 17.46 | - |
| YUV | 187.68 | 73.44 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 91 | 0 | 0.14 | 0.59 | 0.14 | 46.05 | 0.65 | 0.61 |
| Hex | DC | BE | 5B | 0 | E | 3B | E | 2E | 41 | 3D |
| Octal | 334 | 276 | 133 | 0 | 16 | 73 | 16 | 56 | 101 | 75 |
| Binary | 11011100 | 10111110 | 1011011 | 0 | 1110 | 111011 | 1110 | 101110 | 1000001 | 111101 |
Color Harmonies of #DCBE5B
Complementary color
Monochromatic Colors of #DCBE5B
Black with #DCBE5B
Text Example
Text Example
White with #DCBE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE5B; }
p { color: rgb(220,190,91); }
H1.HeaderClassName
{
color: #DCBE5B;
}
.AnyTagClassName
{
color: #DCBE5B;
}
</style>
background-color css
<style>
a { background-color: #DCBE5B; }
a { background-color: rgb(220,190,91); }
div.DivClassName
{
background-color: #DCBE5B;
}
.BgClassName
{
background-color: #DCBE5B;
}
</style>
border-color css
<style>
span { border-color: #DCBE5B; }
span { border-color: rgb(220,190,91); }
td.TdClassName
{
border-color: #DCBE5B;
}
.TagClassName
{
border-color: #DCBE5B;
}
</style>