Shades of Tacha #DCBF59
Tints of Tacha #DCBF59
RGB
CMYK
RGB Variations
Color information
#DCBF59 (or 0xDCBF59) is known color: Tacha. HEX triplet: DC, BF and 59. RGB value is (220,191,89). Sum of RGB (Red+Green+Blue) = 220+191+89=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 89 (35.16% from 255 or 17.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF59 is #2340A6. Grayscale: #BCBCBC. Windows color (decimal): -2310311 or 5881820. OLE color: 5881820.
HSL color Cylindrical-coordinate representation of color #DCBF59: hue angle of 46.72º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCBF59 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 89 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.14 |
| HSL | 46.72º | 0.65% | 0.61% | - |
| HSV(B) | 46.72º | 0.6% | 0.86% | - |
| XYZ | 49.95 | 53.2 | 17.09 | - |
| YUV | 188.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 89 | 0 | 0.13 | 0.60 | 0.14 | 46.72 | 0.65 | 0.61 |
| Hex | DC | BF | 59 | 0 | D | 3C | E | 2F | 41 | 3D |
| Octal | 334 | 277 | 131 | 0 | 15 | 74 | 16 | 57 | 101 | 75 |
| Binary | 11011100 | 10111111 | 1011001 | 0 | 1101 | 111100 | 1110 | 101111 | 1000001 | 111101 |
Color Harmonies of #DCBF59
Complementary color
Monochromatic Colors of #DCBF59
Black with #DCBF59
Text Example
Text Example
White with #DCBF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF59; }
p { color: rgb(220,191,89); }
H1.HeaderClassName
{
color: #DCBF59;
}
.AnyTagClassName
{
color: #DCBF59;
}
</style>
background-color css
<style>
a { background-color: #DCBF59; }
a { background-color: rgb(220,191,89); }
div.DivClassName
{
background-color: #DCBF59;
}
.BgClassName
{
background-color: #DCBF59;
}
</style>
border-color css
<style>
span { border-color: #DCBF59; }
span { border-color: rgb(220,191,89); }
td.TdClassName
{
border-color: #DCBF59;
}
.TagClassName
{
border-color: #DCBF59;
}
</style>