Shades of Tacha #DCBF53
Tints of Tacha #DCBF53
RGB
CMYK
RGB Variations
Color information
#DCBF53 (or 0xDCBF53) is known color: Tacha. HEX triplet: DC, BF and 53. RGB value is (220,191,83). Sum of RGB (Red+Green+Blue) = 220+191+83=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF53 is #2340AC. Grayscale: #BBBBBB. Windows color (decimal): -2310317 or 5488604. OLE color: 5488604.
HSL color Cylindrical-coordinate representation of color #DCBF53: hue angle of 47.3º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCBF53 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 83 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.14 |
| HSL | 47.3º | 0.66% | 0.59% | - |
| HSV(B) | 47.3º | 0.62% | 0.86% | - |
| XYZ | 49.71 | 53.1 | 15.81 | - |
| YUV | 187.36 | 69.11 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 83 | 0 | 0.13 | 0.62 | 0.14 | 47.3 | 0.66 | 0.59 |
| Hex | DC | BF | 53 | 0 | D | 3E | E | 2F | 42 | 3B |
| Octal | 334 | 277 | 123 | 0 | 15 | 76 | 16 | 57 | 102 | 73 |
| Binary | 11011100 | 10111111 | 1010011 | 0 | 1101 | 111110 | 1110 | 101111 | 1000010 | 111011 |
Color Harmonies of #DCBF53
Complementary color
Monochromatic Colors of #DCBF53
Black with #DCBF53
Text Example
Text Example
White with #DCBF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF53; }
p { color: rgb(220,191,83); }
H1.HeaderClassName
{
color: #DCBF53;
}
.AnyTagClassName
{
color: #DCBF53;
}
</style>
background-color css
<style>
a { background-color: #DCBF53; }
a { background-color: rgb(220,191,83); }
div.DivClassName
{
background-color: #DCBF53;
}
.BgClassName
{
background-color: #DCBF53;
}
</style>
border-color css
<style>
span { border-color: #DCBF53; }
span { border-color: rgb(220,191,83); }
td.TdClassName
{
border-color: #DCBF53;
}
.TagClassName
{
border-color: #DCBF53;
}
</style>