Shades of Tacha #DCBF5D
Tints of Tacha #DCBF5D
RGB
CMYK
RGB Variations
Color information
#DCBF5D (or 0xDCBF5D) is known color: Tacha. HEX triplet: DC, BF and 5D. RGB value is (220,191,93). Sum of RGB (Red+Green+Blue) = 220+191+93=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF5D is #2340A2. Grayscale: #BCBCBC. Windows color (decimal): -2310307 or 6143964. OLE color: 6143964.
HSL color Cylindrical-coordinate representation of color #DCBF5D: hue angle of 46.3º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCBF5D is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 93 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.14 |
| HSL | 46.3º | 0.64% | 0.61% | - |
| HSV(B) | 46.3º | 0.58% | 0.86% | - |
| XYZ | 50.12 | 53.27 | 18 | - |
| YUV | 188.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 93 | 0 | 0.13 | 0.58 | 0.14 | 46.3 | 0.64 | 0.61 |
| Hex | DC | BF | 5D | 0 | D | 3A | E | 2E | 40 | 3D |
| Octal | 334 | 277 | 135 | 0 | 15 | 72 | 16 | 56 | 100 | 75 |
| Binary | 11011100 | 10111111 | 1011101 | 0 | 1101 | 111010 | 1110 | 101110 | 1000000 | 111101 |
Color Harmonies of #DCBF5D
Complementary color
Monochromatic Colors of #DCBF5D
Black with #DCBF5D
Text Example
Text Example
White with #DCBF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF5D; }
p { color: rgb(220,191,93); }
H1.HeaderClassName
{
color: #DCBF5D;
}
.AnyTagClassName
{
color: #DCBF5D;
}
</style>
background-color css
<style>
a { background-color: #DCBF5D; }
a { background-color: rgb(220,191,93); }
div.DivClassName
{
background-color: #DCBF5D;
}
.BgClassName
{
background-color: #DCBF5D;
}
</style>
border-color css
<style>
span { border-color: #DCBF5D; }
span { border-color: rgb(220,191,93); }
td.TdClassName
{
border-color: #DCBF5D;
}
.TagClassName
{
border-color: #DCBF5D;
}
</style>