Shades of Tacha #DCBB5C
Tints of Tacha #DCBB5C
RGB
CMYK
RGB Variations
Color information
#DCBB5C (or 0xDCBB5C) is known color: Tacha. HEX triplet: DC, BB and 5C. RGB value is (220,187,92). Sum of RGB (Red+Green+Blue) = 220+187+92=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB5C is #2344A3. Grayscale: #BABABA. Windows color (decimal): -2311332 or 6077404. OLE color: 6077404.
HSL color Cylindrical-coordinate representation of color #DCBB5C: hue angle of 44.53º degrees, saturation: 0.65, 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 #DCBB5C is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 92 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.14 |
| HSL | 44.53º | 0.65% | 0.61% | - |
| HSV(B) | 44.53º | 0.58% | 0.86% | - |
| XYZ | 49.22 | 51.53 | 17.48 | - |
| YUV | 186.04 | 74.93 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 92 | 0 | 0.15 | 0.58 | 0.14 | 44.53 | 0.65 | 0.61 |
| Hex | DC | BB | 5C | 0 | F | 3A | E | 2D | 41 | 3D |
| Octal | 334 | 273 | 134 | 0 | 17 | 72 | 16 | 55 | 101 | 75 |
| Binary | 11011100 | 10111011 | 1011100 | 0 | 1111 | 111010 | 1110 | 101101 | 1000001 | 111101 |
Color Harmonies of #DCBB5C
Complementary color
Monochromatic Colors of #DCBB5C
Black with #DCBB5C
Text Example
Text Example
White with #DCBB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB5C; }
p { color: rgb(220,187,92); }
H1.HeaderClassName
{
color: #DCBB5C;
}
.AnyTagClassName
{
color: #DCBB5C;
}
</style>
background-color css
<style>
a { background-color: #DCBB5C; }
a { background-color: rgb(220,187,92); }
div.DivClassName
{
background-color: #DCBB5C;
}
.BgClassName
{
background-color: #DCBB5C;
}
</style>
border-color css
<style>
span { border-color: #DCBB5C; }
span { border-color: rgb(220,187,92); }
td.TdClassName
{
border-color: #DCBB5C;
}
.TagClassName
{
border-color: #DCBB5C;
}
</style>