Shades of Tacha #DCBB58
Tints of Tacha #DCBB58
RGB
CMYK
RGB Variations
Color information
#DCBB58 (or 0xDCBB58) is known color: Tacha. HEX triplet: DC, BB and 58. RGB value is (220,187,88). Sum of RGB (Red+Green+Blue) = 220+187+88=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 88 (34.77% from 255 or 17.78% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB58 is #2344A7. Grayscale: #BABABA. Windows color (decimal): -2311336 or 5815260. OLE color: 5815260.
HSL color Cylindrical-coordinate representation of color #DCBB58: hue angle of 45º degrees, saturation: 0.65, 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 #DCBB58 is Cyan = 0, Magento = 0.15, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 88 | - |
| CMYK | 0 | 0.15 | 0.6 | 0.14 |
| HSL | 45º | 0.65% | 0.6% | - |
| HSV(B) | 45º | 0.6% | 0.86% | - |
| XYZ | 49.05 | 51.46 | 16.58 | - |
| YUV | 185.58 | 72.93 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 88 | 0 | 0.15 | 0.6 | 0.14 | 45 | 0.65 | 0.6 |
| Hex | DC | BB | 58 | 0 | F | 3C | E | 2D | 41 | 3C |
| Octal | 334 | 273 | 130 | 0 | 17 | 74 | 16 | 55 | 101 | 74 |
| Binary | 11011100 | 10111011 | 1011000 | 0 | 1111 | 111100 | 1110 | 101101 | 1000001 | 111100 |
Color Harmonies of #DCBB58
Complementary color
Monochromatic Colors of #DCBB58
Black with #DCBB58
Text Example
Text Example
White with #DCBB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB58; }
p { color: rgb(220,187,88); }
H1.HeaderClassName
{
color: #DCBB58;
}
.AnyTagClassName
{
color: #DCBB58;
}
</style>
background-color css
<style>
a { background-color: #DCBB58; }
a { background-color: rgb(220,187,88); }
div.DivClassName
{
background-color: #DCBB58;
}
.BgClassName
{
background-color: #DCBB58;
}
</style>
border-color css
<style>
span { border-color: #DCBB58; }
span { border-color: rgb(220,187,88); }
td.TdClassName
{
border-color: #DCBB58;
}
.TagClassName
{
border-color: #DCBB58;
}
</style>