Shades of Ronchi #DBBB50
Tints of Ronchi #DBBB50
RGB
CMYK
RGB Variations
Color information
#DBBB50 (or 0xDBBB50) is known color: Ronchi. HEX triplet: DB, BB and 50. RGB value is (219,187,80). Sum of RGB (Red+Green+Blue) = 219+187+80=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB50 is #2444AF. Grayscale: #B8B8B8. Windows color (decimal): -2376880 or 5290971. OLE color: 5290971.
HSL color Cylindrical-coordinate representation of color #DBBB50: hue angle of 46.19º 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 #DBBB50 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 80 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.14 |
| HSL | 46.19º | 0.66% | 0.59% | - |
| HSV(B) | 46.19º | 0.63% | 0.86% | - |
| XYZ | 48.43 | 51.18 | 14.92 | - |
| YUV | 184.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 80 | 0 | 0.15 | 0.63 | 0.14 | 46.19 | 0.66 | 0.59 |
| Hex | DB | BB | 50 | 0 | F | 3F | E | 2E | 42 | 3B |
| Octal | 333 | 273 | 120 | 0 | 17 | 77 | 16 | 56 | 102 | 73 |
| Binary | 11011011 | 10111011 | 1010000 | 0 | 1111 | 111111 | 1110 | 101110 | 1000010 | 111011 |
Color Harmonies of #DBBB50
Complementary color
Monochromatic Colors of #DBBB50
Black with #DBBB50
Text Example
Text Example
White with #DBBB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB50; }
p { color: rgb(219,187,80); }
H1.HeaderClassName
{
color: #DBBB50;
}
.AnyTagClassName
{
color: #DBBB50;
}
</style>
background-color css
<style>
a { background-color: #DBBB50; }
a { background-color: rgb(219,187,80); }
div.DivClassName
{
background-color: #DBBB50;
}
.BgClassName
{
background-color: #DBBB50;
}
</style>
border-color css
<style>
span { border-color: #DBBB50; }
span { border-color: rgb(219,187,80); }
td.TdClassName
{
border-color: #DBBB50;
}
.TagClassName
{
border-color: #DBBB50;
}
</style>