Shades of Ronchi #DBBC50
Tints of Ronchi #DBBC50
RGB
CMYK
RGB Variations
Color information
#DBBC50 (or 0xDBBC50) is known color: Ronchi. HEX triplet: DB, BC and 50. RGB value is (219,188,80). Sum of RGB (Red+Green+Blue) = 219+188+80=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC50 is #2443AF. Grayscale: #B9B9B9. Windows color (decimal): -2376624 or 5291227. OLE color: 5291227.
HSL color Cylindrical-coordinate representation of color #DBBC50: hue angle of 46.62º degrees, saturation: 0.66, 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 #DBBC50 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 80 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.14 |
| HSL | 46.62º | 0.66% | 0.59% | - |
| HSV(B) | 46.62º | 0.63% | 0.86% | - |
| XYZ | 48.64 | 51.61 | 14.99 | - |
| YUV | 184.96 | 68.77 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 80 | 0 | 0.14 | 0.63 | 0.14 | 46.62 | 0.66 | 0.59 |
| Hex | DB | BC | 50 | 0 | E | 3F | E | 2F | 42 | 3B |
| Octal | 333 | 274 | 120 | 0 | 16 | 77 | 16 | 57 | 102 | 73 |
| Binary | 11011011 | 10111100 | 1010000 | 0 | 1110 | 111111 | 1110 | 101111 | 1000010 | 111011 |
Color Harmonies of #DBBC50
Complementary color
Monochromatic Colors of #DBBC50
Black with #DBBC50
Text Example
Text Example
White with #DBBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC50; }
p { color: rgb(219,188,80); }
H1.HeaderClassName
{
color: #DBBC50;
}
.AnyTagClassName
{
color: #DBBC50;
}
</style>
background-color css
<style>
a { background-color: #DBBC50; }
a { background-color: rgb(219,188,80); }
div.DivClassName
{
background-color: #DBBC50;
}
.BgClassName
{
background-color: #DBBC50;
}
</style>
border-color css
<style>
span { border-color: #DBBC50; }
span { border-color: rgb(219,188,80); }
td.TdClassName
{
border-color: #DBBC50;
}
.TagClassName
{
border-color: #DBBC50;
}
</style>