Shades of Ronchi #DBBA4F
Tints of Ronchi #DBBA4F
RGB
CMYK
RGB Variations
Color information
#DBBA4F (or 0xDBBA4F) is known color: Ronchi. HEX triplet: DB, BA and 4F. RGB value is (219,186,79). Sum of RGB (Red+Green+Blue) = 219+186+79=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA4F is #2445B0. Grayscale: #B8B8B8. Windows color (decimal): -2377137 or 5225179. OLE color: 5225179.
HSL color Cylindrical-coordinate representation of color #DBBA4F: hue angle of 45.86º 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 #DBBA4F is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 79 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.14 |
| HSL | 45.86º | 0.66% | 0.58% | - |
| HSV(B) | 45.86º | 0.64% | 0.86% | - |
| XYZ | 48.18 | 50.74 | 14.65 | - |
| YUV | 183.67 | 68.93 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 79 | 0 | 0.15 | 0.64 | 0.14 | 45.86 | 0.66 | 0.58 |
| Hex | DB | BA | 4F | 0 | F | 40 | E | 2E | 42 | 3A |
| Octal | 333 | 272 | 117 | 0 | 17 | 100 | 16 | 56 | 102 | 72 |
| Binary | 11011011 | 10111010 | 1001111 | 0 | 1111 | 1000000 | 1110 | 101110 | 1000010 | 111010 |
Color Harmonies of #DBBA4F
Complementary color
Monochromatic Colors of #DBBA4F
Black with #DBBA4F
Text Example
Text Example
White with #DBBA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA4F; }
p { color: rgb(219,186,79); }
H1.HeaderClassName
{
color: #DBBA4F;
}
.AnyTagClassName
{
color: #DBBA4F;
}
</style>
background-color css
<style>
a { background-color: #DBBA4F; }
a { background-color: rgb(219,186,79); }
div.DivClassName
{
background-color: #DBBA4F;
}
.BgClassName
{
background-color: #DBBA4F;
}
</style>
border-color css
<style>
span { border-color: #DBBA4F; }
span { border-color: rgb(219,186,79); }
td.TdClassName
{
border-color: #DBBA4F;
}
.TagClassName
{
border-color: #DBBA4F;
}
</style>