Shades of Tacha #DCBF58
Tints of Tacha #DCBF58
RGB
CMYK
RGB Variations
Color information
#DCBF58 (or 0xDCBF58) is known color: Tacha. HEX triplet: DC, BF and 58. RGB value is (220,191,88). Sum of RGB (Red+Green+Blue) = 220+191+88=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF58 is #2340A7. Grayscale: #BCBCBC. Windows color (decimal): -2310312 or 5816284. OLE color: 5816284.
HSL color Cylindrical-coordinate representation of color #DCBF58: hue angle of 46.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCBF58 is Cyan = 0, Magento = 0.13, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 88 | - |
| CMYK | 0 | 0.13 | 0.6 | 0.14 |
| HSL | 46.82º | 0.65% | 0.6% | - |
| HSV(B) | 46.82º | 0.6% | 0.86% | - |
| XYZ | 49.91 | 53.18 | 16.87 | - |
| YUV | 187.93 | 71.61 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 88 | 0 | 0.13 | 0.6 | 0.14 | 46.82 | 0.65 | 0.6 |
| Hex | DC | BF | 58 | 0 | D | 3C | E | 2F | 41 | 3C |
| Octal | 334 | 277 | 130 | 0 | 15 | 74 | 16 | 57 | 101 | 74 |
| Binary | 11011100 | 10111111 | 1011000 | 0 | 1101 | 111100 | 1110 | 101111 | 1000001 | 111100 |
Color Harmonies of #DCBF58
Complementary color
Monochromatic Colors of #DCBF58
Black with #DCBF58
Text Example
Text Example
White with #DCBF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF58; }
p { color: rgb(220,191,88); }
H1.HeaderClassName
{
color: #DCBF58;
}
.AnyTagClassName
{
color: #DCBF58;
}
</style>
background-color css
<style>
a { background-color: #DCBF58; }
a { background-color: rgb(220,191,88); }
div.DivClassName
{
background-color: #DCBF58;
}
.BgClassName
{
background-color: #DCBF58;
}
</style>
border-color css
<style>
span { border-color: #DCBF58; }
span { border-color: rgb(220,191,88); }
td.TdClassName
{
border-color: #DCBF58;
}
.TagClassName
{
border-color: #DCBF58;
}
</style>