Shades of Ronchi #DCBE51
Tints of Ronchi #DCBE51
RGB
CMYK
RGB Variations
Color information
#DCBE51 (or 0xDCBE51) is known color: Ronchi. HEX triplet: DC, BE and 51. RGB value is (220,190,81). Sum of RGB (Red+Green+Blue) = 220+190+81=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE51 is #2341AE. Grayscale: #BBBBBB. Windows color (decimal): -2310575 or 5357276. OLE color: 5357276.
HSL color Cylindrical-coordinate representation of color #DCBE51: hue angle of 47.05º 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 #DCBE51 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 81 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.14 |
| HSL | 47.05º | 0.67% | 0.59% | - |
| HSV(B) | 47.05º | 0.63% | 0.86% | - |
| XYZ | 49.41 | 52.64 | 15.34 | - |
| YUV | 186.54 | 68.44 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 81 | 0 | 0.14 | 0.63 | 0.14 | 47.05 | 0.67 | 0.59 |
| Hex | DC | BE | 51 | 0 | E | 3F | E | 2F | 43 | 3B |
| Octal | 334 | 276 | 121 | 0 | 16 | 77 | 16 | 57 | 103 | 73 |
| Binary | 11011100 | 10111110 | 1010001 | 0 | 1110 | 111111 | 1110 | 101111 | 1000011 | 111011 |
Color Harmonies of #DCBE51
Complementary color
Monochromatic Colors of #DCBE51
Black with #DCBE51
Text Example
Text Example
White with #DCBE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE51; }
p { color: rgb(220,190,81); }
H1.HeaderClassName
{
color: #DCBE51;
}
.AnyTagClassName
{
color: #DCBE51;
}
</style>
background-color css
<style>
a { background-color: #DCBE51; }
a { background-color: rgb(220,190,81); }
div.DivClassName
{
background-color: #DCBE51;
}
.BgClassName
{
background-color: #DCBE51;
}
</style>
border-color css
<style>
span { border-color: #DCBE51; }
span { border-color: rgb(220,190,81); }
td.TdClassName
{
border-color: #DCBE51;
}
.TagClassName
{
border-color: #DCBE51;
}
</style>