Shades of Ronchi #DBBA4A
Tints of Ronchi #DBBA4A
RGB
CMYK
RGB Variations
Color information
#DBBA4A (or 0xDBBA4A) is known color: Ronchi. HEX triplet: DB, BA and 4A. RGB value is (219,186,74). Sum of RGB (Red+Green+Blue) = 219+186+74=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA4A is #2445B5. Grayscale: #B7B7B7. Windows color (decimal): -2377142 or 4897499. OLE color: 4897499.
HSL color Cylindrical-coordinate representation of color #DBBA4A: hue angle of 46.34º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBBA4A is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 74 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.14 |
| HSL | 46.34º | 0.67% | 0.57% | - |
| HSV(B) | 46.34º | 0.66% | 0.86% | - |
| XYZ | 48.01 | 50.67 | 13.73 | - |
| YUV | 183.1 | 66.43 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 74 | 0 | 0.15 | 0.66 | 0.14 | 46.34 | 0.67 | 0.57 |
| Hex | DB | BA | 4A | 0 | F | 42 | E | 2E | 43 | 39 |
| Octal | 333 | 272 | 112 | 0 | 17 | 102 | 16 | 56 | 103 | 71 |
| Binary | 11011011 | 10111010 | 1001010 | 0 | 1111 | 1000010 | 1110 | 101110 | 1000011 | 111001 |
Color Harmonies of #DBBA4A
Complementary color
Monochromatic Colors of #DBBA4A
Black with #DBBA4A
Text Example
Text Example
White with #DBBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA4A; }
p { color: rgb(219,186,74); }
H1.HeaderClassName
{
color: #DBBA4A;
}
.AnyTagClassName
{
color: #DBBA4A;
}
</style>
background-color css
<style>
a { background-color: #DBBA4A; }
a { background-color: rgb(219,186,74); }
div.DivClassName
{
background-color: #DBBA4A;
}
.BgClassName
{
background-color: #DBBA4A;
}
</style>
border-color css
<style>
span { border-color: #DBBA4A; }
span { border-color: rgb(219,186,74); }
td.TdClassName
{
border-color: #DBBA4A;
}
.TagClassName
{
border-color: #DBBA4A;
}
</style>