Shades of Tacha #DCBD55
Tints of Tacha #DCBD55
RGB
CMYK
RGB Variations
Color information
#DCBD55 (or 0xDCBD55) is known color: Tacha. HEX triplet: DC, BD and 55. RGB value is (220,189,85). Sum of RGB (Red+Green+Blue) = 220+189+85=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD55 is #2342AA. Grayscale: #BABABA. Windows color (decimal): -2310827 or 5619164. OLE color: 5619164.
HSL color Cylindrical-coordinate representation of color #DCBD55: hue angle of 46.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCBD55 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 85 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.14 |
| HSL | 46.22º | 0.66% | 0.6% | - |
| HSV(B) | 46.22º | 0.61% | 0.86% | - |
| XYZ | 49.35 | 52.27 | 16.08 | - |
| YUV | 186.41 | 70.77 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 85 | 0 | 0.14 | 0.61 | 0.14 | 46.22 | 0.66 | 0.6 |
| Hex | DC | BD | 55 | 0 | E | 3D | E | 2E | 42 | 3C |
| Octal | 334 | 275 | 125 | 0 | 16 | 75 | 16 | 56 | 102 | 74 |
| Binary | 11011100 | 10111101 | 1010101 | 0 | 1110 | 111101 | 1110 | 101110 | 1000010 | 111100 |
Color Harmonies of #DCBD55
Complementary color
Monochromatic Colors of #DCBD55
Black with #DCBD55
Text Example
Text Example
White with #DCBD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD55; }
p { color: rgb(220,189,85); }
H1.HeaderClassName
{
color: #DCBD55;
}
.AnyTagClassName
{
color: #DCBD55;
}
</style>
background-color css
<style>
a { background-color: #DCBD55; }
a { background-color: rgb(220,189,85); }
div.DivClassName
{
background-color: #DCBD55;
}
.BgClassName
{
background-color: #DCBD55;
}
</style>
border-color css
<style>
span { border-color: #DCBD55; }
span { border-color: rgb(220,189,85); }
td.TdClassName
{
border-color: #DCBD55;
}
.TagClassName
{
border-color: #DCBD55;
}
</style>