Shades of Tacha #DCBF64
Tints of Tacha #DCBF64
RGB
CMYK
RGB Variations
Color information
#DCBF64 (or 0xDCBF64) is known color: Tacha. HEX triplet: DC, BF and 64. RGB value is (220,191,100). Sum of RGB (Red+Green+Blue) = 220+191+100=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF64 is #23409B. Grayscale: #BDBDBD. Windows color (decimal): -2310300 or 6602716. OLE color: 6602716.
HSL color Cylindrical-coordinate representation of color #DCBF64: hue angle of 45.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCBF64 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 100 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.14 |
| HSL | 45.5º | 0.63% | 0.63% | - |
| HSV(B) | 45.5º | 0.55% | 0.86% | - |
| XYZ | 50.45 | 53.4 | 19.7 | - |
| YUV | 189.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 100 | 0 | 0.13 | 0.55 | 0.14 | 45.5 | 0.63 | 0.63 |
| Hex | DC | BF | 64 | 0 | D | 37 | E | 2E | 3F | 3F |
| Octal | 334 | 277 | 144 | 0 | 15 | 67 | 16 | 56 | 77 | 77 |
| Binary | 11011100 | 10111111 | 1100100 | 0 | 1101 | 110111 | 1110 | 101110 | 111111 | 111111 |
Color Harmonies of #DCBF64
Complementary color
Monochromatic Colors of #DCBF64
Black with #DCBF64
Text Example
Text Example
White with #DCBF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF64; }
p { color: rgb(220,191,100); }
H1.HeaderClassName
{
color: #DCBF64;
}
.AnyTagClassName
{
color: #DCBF64;
}
</style>
background-color css
<style>
a { background-color: #DCBF64; }
a { background-color: rgb(220,191,100); }
div.DivClassName
{
background-color: #DCBF64;
}
.BgClassName
{
background-color: #DCBF64;
}
</style>
border-color css
<style>
span { border-color: #DCBF64; }
span { border-color: rgb(220,191,100); }
td.TdClassName
{
border-color: #DCBF64;
}
.TagClassName
{
border-color: #DCBF64;
}
</style>