Shades of Ronchi #DBBA4E
Tints of Ronchi #DBBA4E
RGB
CMYK
RGB Variations
Color information
#DBBA4E (or 0xDBBA4E) is known color: Ronchi. HEX triplet: DB, BA and 4E. RGB value is (219,186,78). Sum of RGB (Red+Green+Blue) = 219+186+78=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA4E is #2445B1. Grayscale: #B8B8B8. Windows color (decimal): -2377138 or 5159643. OLE color: 5159643.
HSL color Cylindrical-coordinate representation of color #DBBA4E: hue angle of 45.96º 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 #DBBA4E is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 78 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.14 |
| HSL | 45.96º | 0.66% | 0.58% | - |
| HSV(B) | 45.96º | 0.64% | 0.86% | - |
| XYZ | 48.15 | 50.73 | 14.46 | - |
| YUV | 183.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 78 | 0 | 0.15 | 0.64 | 0.14 | 45.96 | 0.66 | 0.58 |
| Hex | DB | BA | 4E | 0 | F | 40 | E | 2E | 42 | 3A |
| Octal | 333 | 272 | 116 | 0 | 17 | 100 | 16 | 56 | 102 | 72 |
| Binary | 11011011 | 10111010 | 1001110 | 0 | 1111 | 1000000 | 1110 | 101110 | 1000010 | 111010 |
Color Harmonies of #DBBA4E
Complementary color
Monochromatic Colors of #DBBA4E
Black with #DBBA4E
Text Example
Text Example
White with #DBBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA4E; }
p { color: rgb(219,186,78); }
H1.HeaderClassName
{
color: #DBBA4E;
}
.AnyTagClassName
{
color: #DBBA4E;
}
</style>
background-color css
<style>
a { background-color: #DBBA4E; }
a { background-color: rgb(219,186,78); }
div.DivClassName
{
background-color: #DBBA4E;
}
.BgClassName
{
background-color: #DBBA4E;
}
</style>
border-color css
<style>
span { border-color: #DBBA4E; }
span { border-color: rgb(219,186,78); }
td.TdClassName
{
border-color: #DBBA4E;
}
.TagClassName
{
border-color: #DBBA4E;
}
</style>