Shades of Ronchi #DBBB4E
Tints of Ronchi #DBBB4E
RGB
CMYK
RGB Variations
Color information
#DBBB4E (or 0xDBBB4E) is known color: Ronchi. HEX triplet: DB, BB and 4E. RGB value is (219,187,78). Sum of RGB (Red+Green+Blue) = 219+187+78=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB4E is #2444B1. Grayscale: #B8B8B8. Windows color (decimal): -2376882 or 5159899. OLE color: 5159899.
HSL color Cylindrical-coordinate representation of color #DBBB4E: hue angle of 46.38º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBBB4E is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 78 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.14 |
| HSL | 46.38º | 0.66% | 0.58% | - |
| HSV(B) | 46.38º | 0.64% | 0.86% | - |
| XYZ | 48.36 | 51.15 | 14.53 | - |
| YUV | 184.14 | 68.1 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 78 | 0 | 0.15 | 0.64 | 0.14 | 46.38 | 0.66 | 0.58 |
| Hex | DB | BB | 4E | 0 | F | 40 | E | 2E | 42 | 3A |
| Octal | 333 | 273 | 116 | 0 | 17 | 100 | 16 | 56 | 102 | 72 |
| Binary | 11011011 | 10111011 | 1001110 | 0 | 1111 | 1000000 | 1110 | 101110 | 1000010 | 111010 |
Color Harmonies of #DBBB4E
Complementary color
Monochromatic Colors of #DBBB4E
Black with #DBBB4E
Text Example
Text Example
White with #DBBB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB4E; }
p { color: rgb(219,187,78); }
H1.HeaderClassName
{
color: #DBBB4E;
}
.AnyTagClassName
{
color: #DBBB4E;
}
</style>
background-color css
<style>
a { background-color: #DBBB4E; }
a { background-color: rgb(219,187,78); }
div.DivClassName
{
background-color: #DBBB4E;
}
.BgClassName
{
background-color: #DBBB4E;
}
</style>
border-color css
<style>
span { border-color: #DBBB4E; }
span { border-color: rgb(219,187,78); }
td.TdClassName
{
border-color: #DBBB4E;
}
.TagClassName
{
border-color: #DBBB4E;
}
</style>