Shades of Tacha #DCBD57
Tints of Tacha #DCBD57
RGB
CMYK
RGB Variations
Color information
#DCBD57 (or 0xDCBD57) is known color: Tacha. HEX triplet: DC, BD and 57. RGB value is (220,189,87). Sum of RGB (Red+Green+Blue) = 220+189+87=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 87 (34.38% from 255 or 17.54% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD57 is #2342A8. Grayscale: #BBBBBB. Windows color (decimal): -2310825 or 5750236. OLE color: 5750236.
HSL color Cylindrical-coordinate representation of color #DCBD57: hue angle of 46.02º degrees, saturation: 0.66, 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 #DCBD57 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 87 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.14 |
| HSL | 46.02º | 0.66% | 0.6% | - |
| HSV(B) | 46.02º | 0.6% | 0.86% | - |
| XYZ | 49.43 | 52.3 | 16.51 | - |
| YUV | 186.64 | 71.77 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 87 | 0 | 0.14 | 0.60 | 0.14 | 46.02 | 0.66 | 0.6 |
| Hex | DC | BD | 57 | 0 | E | 3C | E | 2E | 42 | 3C |
| Octal | 334 | 275 | 127 | 0 | 16 | 74 | 16 | 56 | 102 | 74 |
| Binary | 11011100 | 10111101 | 1010111 | 0 | 1110 | 111100 | 1110 | 101110 | 1000010 | 111100 |
Color Harmonies of #DCBD57
Complementary color
Monochromatic Colors of #DCBD57
Black with #DCBD57
Text Example
Text Example
White with #DCBD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD57; }
p { color: rgb(220,189,87); }
H1.HeaderClassName
{
color: #DCBD57;
}
.AnyTagClassName
{
color: #DCBD57;
}
</style>
background-color css
<style>
a { background-color: #DCBD57; }
a { background-color: rgb(220,189,87); }
div.DivClassName
{
background-color: #DCBD57;
}
.BgClassName
{
background-color: #DCBD57;
}
</style>
border-color css
<style>
span { border-color: #DCBD57; }
span { border-color: rgb(220,189,87); }
td.TdClassName
{
border-color: #DCBD57;
}
.TagClassName
{
border-color: #DCBD57;
}
</style>