Shades of Ronchi #DBBA4D
Tints of Ronchi #DBBA4D
RGB
CMYK
RGB Variations
Color information
#DBBA4D (or 0xDBBA4D) is known color: Ronchi. HEX triplet: DB, BA and 4D. RGB value is (219,186,77). Sum of RGB (Red+Green+Blue) = 219+186+77=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA4D is #2445B2. Grayscale: #B7B7B7. Windows color (decimal): -2377139 or 5094107. OLE color: 5094107.
HSL color Cylindrical-coordinate representation of color #DBBA4D: hue angle of 46.06º 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 #DBBA4D is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 77 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.14 |
| HSL | 46.06º | 0.66% | 0.58% | - |
| HSV(B) | 46.06º | 0.65% | 0.86% | - |
| XYZ | 48.11 | 50.71 | 14.27 | - |
| YUV | 183.44 | 67.93 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 77 | 0 | 0.15 | 0.65 | 0.14 | 46.06 | 0.66 | 0.58 |
| Hex | DB | BA | 4D | 0 | F | 41 | E | 2E | 42 | 3A |
| Octal | 333 | 272 | 115 | 0 | 17 | 101 | 16 | 56 | 102 | 72 |
| Binary | 11011011 | 10111010 | 1001101 | 0 | 1111 | 1000001 | 1110 | 101110 | 1000010 | 111010 |
Color Harmonies of #DBBA4D
Complementary color
Monochromatic Colors of #DBBA4D
Black with #DBBA4D
Text Example
Text Example
White with #DBBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA4D; }
p { color: rgb(219,186,77); }
H1.HeaderClassName
{
color: #DBBA4D;
}
.AnyTagClassName
{
color: #DBBA4D;
}
</style>
background-color css
<style>
a { background-color: #DBBA4D; }
a { background-color: rgb(219,186,77); }
div.DivClassName
{
background-color: #DBBA4D;
}
.BgClassName
{
background-color: #DBBA4D;
}
</style>
border-color css
<style>
span { border-color: #DBBA4D; }
span { border-color: rgb(219,186,77); }
td.TdClassName
{
border-color: #DBBA4D;
}
.TagClassName
{
border-color: #DBBA4D;
}
</style>