Shades of Ronchi #DBBB4D
Tints of Ronchi #DBBB4D
RGB
CMYK
RGB Variations
Color information
#DBBB4D (or 0xDBBB4D) is known color: Ronchi. HEX triplet: DB, BB and 4D. RGB value is (219,187,77). Sum of RGB (Red+Green+Blue) = 219+187+77=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB4D is #2444B2. Grayscale: #B8B8B8. Windows color (decimal): -2376883 or 5094363. OLE color: 5094363.
HSL color Cylindrical-coordinate representation of color #DBBB4D: hue angle of 46.48º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBBB4D is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 77 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.14 |
| HSL | 46.48º | 0.66% | 0.58% | - |
| HSV(B) | 46.48º | 0.65% | 0.86% | - |
| XYZ | 48.32 | 51.14 | 14.34 | - |
| YUV | 184.03 | 67.6 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 77 | 0 | 0.15 | 0.65 | 0.14 | 46.48 | 0.66 | 0.58 |
| Hex | DB | BB | 4D | 0 | F | 41 | E | 2E | 42 | 3A |
| Octal | 333 | 273 | 115 | 0 | 17 | 101 | 16 | 56 | 102 | 72 |
| Binary | 11011011 | 10111011 | 1001101 | 0 | 1111 | 1000001 | 1110 | 101110 | 1000010 | 111010 |
Color Harmonies of #DBBB4D
Complementary color
Monochromatic Colors of #DBBB4D
Black with #DBBB4D
Text Example
Text Example
White with #DBBB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB4D; }
p { color: rgb(219,187,77); }
H1.HeaderClassName
{
color: #DBBB4D;
}
.AnyTagClassName
{
color: #DBBB4D;
}
</style>
background-color css
<style>
a { background-color: #DBBB4D; }
a { background-color: rgb(219,187,77); }
div.DivClassName
{
background-color: #DBBB4D;
}
.BgClassName
{
background-color: #DBBB4D;
}
</style>
border-color css
<style>
span { border-color: #DBBB4D; }
span { border-color: rgb(219,187,77); }
td.TdClassName
{
border-color: #DBBB4D;
}
.TagClassName
{
border-color: #DBBB4D;
}
</style>