Shades of Ronchi #DFBA4C
Tints of Ronchi #DFBA4C
RGB
CMYK
RGB Variations
Color information
#DFBA4C (or 0xDFBA4C) is known color: Ronchi. HEX triplet: DF, BA and 4C. RGB value is (223,186,76). Sum of RGB (Red+Green+Blue) = 223+186+76=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA4C is #2045B3. Grayscale: #B9B9B9. Windows color (decimal): -2114996 or 5028575. OLE color: 5028575.
HSL color Cylindrical-coordinate representation of color #DFBA4C: hue angle of 44.9º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFBA4C is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 76 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.13 |
| HSL | 44.9º | 0.7% | 0.59% | - |
| HSV(B) | 44.9º | 0.66% | 0.87% | - |
| XYZ | 49.29 | 51.33 | 14.15 | - |
| YUV | 184.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 76 | 0 | 0.17 | 0.66 | 0.13 | 44.9 | 0.7 | 0.59 |
| Hex | DF | BA | 4C | 0 | 11 | 42 | D | 2D | 46 | 3B |
| Octal | 337 | 272 | 114 | 0 | 21 | 102 | 15 | 55 | 106 | 73 |
| Binary | 11011111 | 10111010 | 1001100 | 0 | 10001 | 1000010 | 1101 | 101101 | 1000110 | 111011 |
Color Harmonies of #DFBA4C
Complementary color
Monochromatic Colors of #DFBA4C
Black with #DFBA4C
Text Example
Text Example
White with #DFBA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA4C; }
p { color: rgb(223,186,76); }
H1.HeaderClassName
{
color: #DFBA4C;
}
.AnyTagClassName
{
color: #DFBA4C;
}
</style>
background-color css
<style>
a { background-color: #DFBA4C; }
a { background-color: rgb(223,186,76); }
div.DivClassName
{
background-color: #DFBA4C;
}
.BgClassName
{
background-color: #DFBA4C;
}
</style>
border-color css
<style>
span { border-color: #DFBA4C; }
span { border-color: rgb(223,186,76); }
td.TdClassName
{
border-color: #DFBA4C;
}
.TagClassName
{
border-color: #DFBA4C;
}
</style>