Shades of Tacha #DCBB5A
Tints of Tacha #DCBB5A
RGB
CMYK
RGB Variations
Color information
#DCBB5A (or 0xDCBB5A) is known color: Tacha. HEX triplet: DC, BB and 5A. RGB value is (220,187,90). Sum of RGB (Red+Green+Blue) = 220+187+90=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB5A is #2344A5. Grayscale: #BABABA. Windows color (decimal): -2311334 or 5946332. OLE color: 5946332.
HSL color Cylindrical-coordinate representation of color #DCBB5A: hue angle of 44.77º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCBB5A is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 90 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.14 |
| HSL | 44.77º | 0.65% | 0.61% | - |
| HSV(B) | 44.77º | 0.59% | 0.86% | - |
| XYZ | 49.13 | 51.49 | 17.02 | - |
| YUV | 185.81 | 73.93 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 90 | 0 | 0.15 | 0.59 | 0.14 | 44.77 | 0.65 | 0.61 |
| Hex | DC | BB | 5A | 0 | F | 3B | E | 2D | 41 | 3D |
| Octal | 334 | 273 | 132 | 0 | 17 | 73 | 16 | 55 | 101 | 75 |
| Binary | 11011100 | 10111011 | 1011010 | 0 | 1111 | 111011 | 1110 | 101101 | 1000001 | 111101 |
Color Harmonies of #DCBB5A
Complementary color
Monochromatic Colors of #DCBB5A
Black with #DCBB5A
Text Example
Text Example
White with #DCBB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB5A; }
p { color: rgb(220,187,90); }
H1.HeaderClassName
{
color: #DCBB5A;
}
.AnyTagClassName
{
color: #DCBB5A;
}
</style>
background-color css
<style>
a { background-color: #DCBB5A; }
a { background-color: rgb(220,187,90); }
div.DivClassName
{
background-color: #DCBB5A;
}
.BgClassName
{
background-color: #DCBB5A;
}
</style>
border-color css
<style>
span { border-color: #DCBB5A; }
span { border-color: rgb(220,187,90); }
td.TdClassName
{
border-color: #DCBB5A;
}
.TagClassName
{
border-color: #DCBB5A;
}
</style>