Shades of Ronchi #DBBD50
Tints of Ronchi #DBBD50
RGB
CMYK
RGB Variations
Color information
#DBBD50 (or 0xDBBD50) is known color: Ronchi. HEX triplet: DB, BD and 50. RGB value is (219,189,80). Sum of RGB (Red+Green+Blue) = 219+189+80=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD50 is #2442AF. Grayscale: #BABABA. Windows color (decimal): -2376368 or 5291483. OLE color: 5291483.
HSL color Cylindrical-coordinate representation of color #DBBD50: hue angle of 47.05º 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 #DBBD50 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 80 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.14 |
| HSL | 47.05º | 0.66% | 0.59% | - |
| HSV(B) | 47.05º | 0.63% | 0.86% | - |
| XYZ | 48.86 | 52.03 | 15.06 | - |
| YUV | 185.54 | 68.44 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 80 | 0 | 0.14 | 0.63 | 0.14 | 47.05 | 0.66 | 0.59 |
| Hex | DB | BD | 50 | 0 | E | 3F | E | 2F | 42 | 3B |
| Octal | 333 | 275 | 120 | 0 | 16 | 77 | 16 | 57 | 102 | 73 |
| Binary | 11011011 | 10111101 | 1010000 | 0 | 1110 | 111111 | 1110 | 101111 | 1000010 | 111011 |
Color Harmonies of #DBBD50
Complementary color
Monochromatic Colors of #DBBD50
Black with #DBBD50
Text Example
Text Example
White with #DBBD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD50; }
p { color: rgb(219,189,80); }
H1.HeaderClassName
{
color: #DBBD50;
}
.AnyTagClassName
{
color: #DBBD50;
}
</style>
background-color css
<style>
a { background-color: #DBBD50; }
a { background-color: rgb(219,189,80); }
div.DivClassName
{
background-color: #DBBD50;
}
.BgClassName
{
background-color: #DBBD50;
}
</style>
border-color css
<style>
span { border-color: #DBBD50; }
span { border-color: rgb(219,189,80); }
td.TdClassName
{
border-color: #DBBD50;
}
.TagClassName
{
border-color: #DBBD50;
}
</style>