Shades of Tacha #DCBB5E
Tints of Tacha #DCBB5E
RGB
CMYK
RGB Variations
Color information
#DCBB5E (or 0xDCBB5E) is known color: Tacha. HEX triplet: DC, BB and 5E. RGB value is (220,187,94). Sum of RGB (Red+Green+Blue) = 220+187+94=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB5E is #2344A1. Grayscale: #BABABA. Windows color (decimal): -2311330 or 6208476. OLE color: 6208476.
HSL color Cylindrical-coordinate representation of color #DCBB5E: hue angle of 44.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCBB5E is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 94 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.14 |
| HSL | 44.29º | 0.64% | 0.62% | - |
| HSV(B) | 44.29º | 0.57% | 0.86% | - |
| XYZ | 49.31 | 51.56 | 17.94 | - |
| YUV | 186.27 | 75.93 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 94 | 0 | 0.15 | 0.57 | 0.14 | 44.29 | 0.64 | 0.62 |
| Hex | DC | BB | 5E | 0 | F | 39 | E | 2C | 40 | 3E |
| Octal | 334 | 273 | 136 | 0 | 17 | 71 | 16 | 54 | 100 | 76 |
| Binary | 11011100 | 10111011 | 1011110 | 0 | 1111 | 111001 | 1110 | 101100 | 1000000 | 111110 |
Color Harmonies of #DCBB5E
Complementary color
Monochromatic Colors of #DCBB5E
Black with #DCBB5E
Text Example
Text Example
White with #DCBB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB5E; }
p { color: rgb(220,187,94); }
H1.HeaderClassName
{
color: #DCBB5E;
}
.AnyTagClassName
{
color: #DCBB5E;
}
</style>
background-color css
<style>
a { background-color: #DCBB5E; }
a { background-color: rgb(220,187,94); }
div.DivClassName
{
background-color: #DCBB5E;
}
.BgClassName
{
background-color: #DCBB5E;
}
</style>
border-color css
<style>
span { border-color: #DCBB5E; }
span { border-color: rgb(220,187,94); }
td.TdClassName
{
border-color: #DCBB5E;
}
.TagClassName
{
border-color: #DCBB5E;
}
</style>