Shades of Ronchi #DCBC4E
Tints of Ronchi #DCBC4E
RGB
CMYK
RGB Variations
Color information
#DCBC4E (or 0xDCBC4E) is known color: Ronchi. HEX triplet: DC, BC and 4E. RGB value is (220,188,78). Sum of RGB (Red+Green+Blue) = 220+188+78=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC4E is #2343B1. Grayscale: #B9B9B9. Windows color (decimal): -2311090 or 5160156. OLE color: 5160156.
HSL color Cylindrical-coordinate representation of color #DCBC4E: hue angle of 46.48º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCBC4E is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 78 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.14 |
| HSL | 46.48º | 0.67% | 0.58% | - |
| HSV(B) | 46.48º | 0.65% | 0.86% | - |
| XYZ | 48.87 | 51.73 | 14.62 | - |
| YUV | 185.03 | 67.6 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 78 | 0 | 0.15 | 0.65 | 0.14 | 46.48 | 0.67 | 0.58 |
| Hex | DC | BC | 4E | 0 | F | 41 | E | 2E | 43 | 3A |
| Octal | 334 | 274 | 116 | 0 | 17 | 101 | 16 | 56 | 103 | 72 |
| Binary | 11011100 | 10111100 | 1001110 | 0 | 1111 | 1000001 | 1110 | 101110 | 1000011 | 111010 |
Color Harmonies of #DCBC4E
Complementary color
Monochromatic Colors of #DCBC4E
Black with #DCBC4E
Text Example
Text Example
White with #DCBC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC4E; }
p { color: rgb(220,188,78); }
H1.HeaderClassName
{
color: #DCBC4E;
}
.AnyTagClassName
{
color: #DCBC4E;
}
</style>
background-color css
<style>
a { background-color: #DCBC4E; }
a { background-color: rgb(220,188,78); }
div.DivClassName
{
background-color: #DCBC4E;
}
.BgClassName
{
background-color: #DCBC4E;
}
</style>
border-color css
<style>
span { border-color: #DCBC4E; }
span { border-color: rgb(220,188,78); }
td.TdClassName
{
border-color: #DCBC4E;
}
.TagClassName
{
border-color: #DCBC4E;
}
</style>