Shades of Ronchi #DCBC4F
Tints of Ronchi #DCBC4F
RGB
CMYK
RGB Variations
Color information
#DCBC4F (or 0xDCBC4F) is known color: Ronchi. HEX triplet: DC, BC and 4F. RGB value is (220,188,79). Sum of RGB (Red+Green+Blue) = 220+188+79=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 79 (31.25% from 255 or 16.22% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC4F is #2343B0. Grayscale: #B9B9B9. Windows color (decimal): -2311089 or 5225692. OLE color: 5225692.
HSL color Cylindrical-coordinate representation of color #DCBC4F: hue angle of 46.38º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCBC4F is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 79 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.14 |
| HSL | 46.38º | 0.67% | 0.59% | - |
| HSV(B) | 46.38º | 0.64% | 0.86% | - |
| XYZ | 48.91 | 51.75 | 14.81 | - |
| YUV | 185.14 | 68.1 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 79 | 0 | 0.15 | 0.64 | 0.14 | 46.38 | 0.67 | 0.59 |
| Hex | DC | BC | 4F | 0 | F | 40 | E | 2E | 43 | 3B |
| Octal | 334 | 274 | 117 | 0 | 17 | 100 | 16 | 56 | 103 | 73 |
| Binary | 11011100 | 10111100 | 1001111 | 0 | 1111 | 1000000 | 1110 | 101110 | 1000011 | 111011 |
Color Harmonies of #DCBC4F
Complementary color
Monochromatic Colors of #DCBC4F
Black with #DCBC4F
Text Example
Text Example
White with #DCBC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC4F; }
p { color: rgb(220,188,79); }
H1.HeaderClassName
{
color: #DCBC4F;
}
.AnyTagClassName
{
color: #DCBC4F;
}
</style>
background-color css
<style>
a { background-color: #DCBC4F; }
a { background-color: rgb(220,188,79); }
div.DivClassName
{
background-color: #DCBC4F;
}
.BgClassName
{
background-color: #DCBC4F;
}
</style>
border-color css
<style>
span { border-color: #DCBC4F; }
span { border-color: rgb(220,188,79); }
td.TdClassName
{
border-color: #DCBC4F;
}
.TagClassName
{
border-color: #DCBC4F;
}
</style>