Shades of Ronchi #DCBA51
Tints of Ronchi #DCBA51
RGB
CMYK
RGB Variations
Color information
#DCBA51 (or 0xDCBA51) is known color: Ronchi. HEX triplet: DC, BA and 51. RGB value is (220,186,81). Sum of RGB (Red+Green+Blue) = 220+186+81=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 81 (32.03% from 255 or 16.63% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA51 is #2345AE. Grayscale: #B8B8B8. Windows color (decimal): -2311599 or 5356252. OLE color: 5356252.
HSL color Cylindrical-coordinate representation of color #DCBA51: hue angle of 45.32º 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 #DCBA51 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 81 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.14 |
| HSL | 45.32º | 0.67% | 0.59% | - |
| HSV(B) | 45.32º | 0.63% | 0.86% | - |
| XYZ | 48.56 | 50.93 | 15.06 | - |
| YUV | 184.2 | 69.76 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 81 | 0 | 0.15 | 0.63 | 0.14 | 45.32 | 0.67 | 0.59 |
| Hex | DC | BA | 51 | 0 | F | 3F | E | 2D | 43 | 3B |
| Octal | 334 | 272 | 121 | 0 | 17 | 77 | 16 | 55 | 103 | 73 |
| Binary | 11011100 | 10111010 | 1010001 | 0 | 1111 | 111111 | 1110 | 101101 | 1000011 | 111011 |
Color Harmonies of #DCBA51
Complementary color
Monochromatic Colors of #DCBA51
Black with #DCBA51
Text Example
Text Example
White with #DCBA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA51; }
p { color: rgb(220,186,81); }
H1.HeaderClassName
{
color: #DCBA51;
}
.AnyTagClassName
{
color: #DCBA51;
}
</style>
background-color css
<style>
a { background-color: #DCBA51; }
a { background-color: rgb(220,186,81); }
div.DivClassName
{
background-color: #DCBA51;
}
.BgClassName
{
background-color: #DCBA51;
}
</style>
border-color css
<style>
span { border-color: #DCBA51; }
span { border-color: rgb(220,186,81); }
td.TdClassName
{
border-color: #DCBA51;
}
.TagClassName
{
border-color: #DCBA51;
}
</style>