Shades of Tacha #DCBF5B
Tints of Tacha #DCBF5B
RGB
CMYK
RGB Variations
Color information
#DCBF5B (or 0xDCBF5B) is known color: Tacha. HEX triplet: DC, BF and 5B. RGB value is (220,191,91). Sum of RGB (Red+Green+Blue) = 220+191+91=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF5B is #2340A4. Grayscale: #BCBCBC. Windows color (decimal): -2310309 or 6012892. OLE color: 6012892.
HSL color Cylindrical-coordinate representation of color #DCBF5B: hue angle of 46.51º 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 #DCBF5B is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 91 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.14 |
| HSL | 46.51º | 0.65% | 0.61% | - |
| HSV(B) | 46.51º | 0.59% | 0.86% | - |
| XYZ | 50.03 | 53.23 | 17.54 | - |
| YUV | 188.27 | 73.11 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 91 | 0 | 0.13 | 0.59 | 0.14 | 46.51 | 0.65 | 0.61 |
| Hex | DC | BF | 5B | 0 | D | 3B | E | 2F | 41 | 3D |
| Octal | 334 | 277 | 133 | 0 | 15 | 73 | 16 | 57 | 101 | 75 |
| Binary | 11011100 | 10111111 | 1011011 | 0 | 1101 | 111011 | 1110 | 101111 | 1000001 | 111101 |
Color Harmonies of #DCBF5B
Complementary color
Monochromatic Colors of #DCBF5B
Black with #DCBF5B
Text Example
Text Example
White with #DCBF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF5B; }
p { color: rgb(220,191,91); }
H1.HeaderClassName
{
color: #DCBF5B;
}
.AnyTagClassName
{
color: #DCBF5B;
}
</style>
background-color css
<style>
a { background-color: #DCBF5B; }
a { background-color: rgb(220,191,91); }
div.DivClassName
{
background-color: #DCBF5B;
}
.BgClassName
{
background-color: #DCBF5B;
}
</style>
border-color css
<style>
span { border-color: #DCBF5B; }
span { border-color: rgb(220,191,91); }
td.TdClassName
{
border-color: #DCBF5B;
}
.TagClassName
{
border-color: #DCBF5B;
}
</style>