Shades of Ronchi #DCBC51
Tints of Ronchi #DCBC51
RGB
CMYK
RGB Variations
Color information
#DCBC51 (or 0xDCBC51) is known color: Ronchi. HEX triplet: DC, BC and 51. RGB value is (220,188,81). Sum of RGB (Red+Green+Blue) = 220+188+81=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 81 (32.03% from 255 or 16.56% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC51 is #2343AE. Grayscale: #B9B9B9. Windows color (decimal): -2311087 or 5356764. OLE color: 5356764.
HSL color Cylindrical-coordinate representation of color #DCBC51: hue angle of 46.19º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCBC51 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 81 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.14 |
| HSL | 46.19º | 0.67% | 0.59% | - |
| HSV(B) | 46.19º | 0.63% | 0.86% | - |
| XYZ | 48.98 | 51.78 | 15.2 | - |
| YUV | 185.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 81 | 0 | 0.15 | 0.63 | 0.14 | 46.19 | 0.67 | 0.59 |
| Hex | DC | BC | 51 | 0 | F | 3F | E | 2E | 43 | 3B |
| Octal | 334 | 274 | 121 | 0 | 17 | 77 | 16 | 56 | 103 | 73 |
| Binary | 11011100 | 10111100 | 1010001 | 0 | 1111 | 111111 | 1110 | 101110 | 1000011 | 111011 |
Color Harmonies of #DCBC51
Complementary color
Monochromatic Colors of #DCBC51
Black with #DCBC51
Text Example
Text Example
White with #DCBC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC51; }
p { color: rgb(220,188,81); }
H1.HeaderClassName
{
color: #DCBC51;
}
.AnyTagClassName
{
color: #DCBC51;
}
</style>
background-color css
<style>
a { background-color: #DCBC51; }
a { background-color: rgb(220,188,81); }
div.DivClassName
{
background-color: #DCBC51;
}
.BgClassName
{
background-color: #DCBC51;
}
</style>
border-color css
<style>
span { border-color: #DCBC51; }
span { border-color: rgb(220,188,81); }
td.TdClassName
{
border-color: #DCBC51;
}
.TagClassName
{
border-color: #DCBC51;
}
</style>