Shades of Ronchi #DCBE50
Tints of Ronchi #DCBE50
RGB
CMYK
RGB Variations
Color information
#DCBE50 (or 0xDCBE50) is known color: Ronchi. HEX triplet: DC, BE and 50. RGB value is (220,190,80). Sum of RGB (Red+Green+Blue) = 220+190+80=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE50 is #2341AF. Grayscale: #BABABA. Windows color (decimal): -2310576 or 5291740. OLE color: 5291740.
HSL color Cylindrical-coordinate representation of color #DCBE50: hue angle of 47.14º 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 #DCBE50 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 80 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.14 |
| HSL | 47.14º | 0.67% | 0.59% | - |
| HSV(B) | 47.14º | 0.64% | 0.86% | - |
| XYZ | 49.38 | 52.62 | 15.14 | - |
| YUV | 186.43 | 67.94 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 80 | 0 | 0.14 | 0.64 | 0.14 | 47.14 | 0.67 | 0.59 |
| Hex | DC | BE | 50 | 0 | E | 40 | E | 2F | 43 | 3B |
| Octal | 334 | 276 | 120 | 0 | 16 | 100 | 16 | 57 | 103 | 73 |
| Binary | 11011100 | 10111110 | 1010000 | 0 | 1110 | 1000000 | 1110 | 101111 | 1000011 | 111011 |
Color Harmonies of #DCBE50
Complementary color
Monochromatic Colors of #DCBE50
Black with #DCBE50
Text Example
Text Example
White with #DCBE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE50; }
p { color: rgb(220,190,80); }
H1.HeaderClassName
{
color: #DCBE50;
}
.AnyTagClassName
{
color: #DCBE50;
}
</style>
background-color css
<style>
a { background-color: #DCBE50; }
a { background-color: rgb(220,190,80); }
div.DivClassName
{
background-color: #DCBE50;
}
.BgClassName
{
background-color: #DCBE50;
}
</style>
border-color css
<style>
span { border-color: #DCBE50; }
span { border-color: rgb(220,190,80); }
td.TdClassName
{
border-color: #DCBE50;
}
.TagClassName
{
border-color: #DCBE50;
}
</style>