Shades of Ronchi #DFBA4F
Tints of Ronchi #DFBA4F
RGB
CMYK
RGB Variations
Color information
#DFBA4F (or 0xDFBA4F) is known color: Ronchi. HEX triplet: DF, BA and 4F. RGB value is (223,186,79). Sum of RGB (Red+Green+Blue) = 223+186+79=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 79 (31.25% from 255 or 16.19% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA4F is #2045B0. Grayscale: #B9B9B9. Windows color (decimal): -2114993 or 5225183. OLE color: 5225183.
HSL color Cylindrical-coordinate representation of color #DFBA4F: hue angle of 44.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFBA4F is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 79 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.13 |
| HSL | 44.58º | 0.69% | 0.59% | - |
| HSV(B) | 44.58º | 0.65% | 0.87% | - |
| XYZ | 49.4 | 51.37 | 14.71 | - |
| YUV | 184.87 | 68.26 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 79 | 0 | 0.17 | 0.65 | 0.13 | 44.58 | 0.69 | 0.59 |
| Hex | DF | BA | 4F | 0 | 11 | 41 | D | 2D | 45 | 3B |
| Octal | 337 | 272 | 117 | 0 | 21 | 101 | 15 | 55 | 105 | 73 |
| Binary | 11011111 | 10111010 | 1001111 | 0 | 10001 | 1000001 | 1101 | 101101 | 1000101 | 111011 |
Color Harmonies of #DFBA4F
Complementary color
Monochromatic Colors of #DFBA4F
Black with #DFBA4F
Text Example
Text Example
White with #DFBA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA4F; }
p { color: rgb(223,186,79); }
H1.HeaderClassName
{
color: #DFBA4F;
}
.AnyTagClassName
{
color: #DFBA4F;
}
</style>
background-color css
<style>
a { background-color: #DFBA4F; }
a { background-color: rgb(223,186,79); }
div.DivClassName
{
background-color: #DFBA4F;
}
.BgClassName
{
background-color: #DFBA4F;
}
</style>
border-color css
<style>
span { border-color: #DFBA4F; }
span { border-color: rgb(223,186,79); }
td.TdClassName
{
border-color: #DFBA4F;
}
.TagClassName
{
border-color: #DFBA4F;
}
</style>