Shades of Ronchi #DFBA48
Tints of Ronchi #DFBA48
RGB
CMYK
RGB Variations
Color information
#DFBA48 (or 0xDFBA48) is known color: Ronchi. HEX triplet: DF, BA and 48. RGB value is (223,186,72). Sum of RGB (Red+Green+Blue) = 223+186+72=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 72 (28.52% from 255 or 14.97% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA48 is #2045B7. Grayscale: #B8B8B8. Windows color (decimal): -2115000 or 4766431. OLE color: 4766431.
HSL color Cylindrical-coordinate representation of color #DFBA48: hue angle of 45.3º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFBA48 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 72 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.13 |
| HSL | 45.3º | 0.7% | 0.58% | - |
| HSV(B) | 45.3º | 0.68% | 0.87% | - |
| XYZ | 49.16 | 51.27 | 13.44 | - |
| YUV | 184.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 72 | 0 | 0.17 | 0.68 | 0.13 | 45.3 | 0.7 | 0.58 |
| Hex | DF | BA | 48 | 0 | 11 | 44 | D | 2D | 46 | 3A |
| Octal | 337 | 272 | 110 | 0 | 21 | 104 | 15 | 55 | 106 | 72 |
| Binary | 11011111 | 10111010 | 1001000 | 0 | 10001 | 1000100 | 1101 | 101101 | 1000110 | 111010 |
Color Harmonies of #DFBA48
Complementary color
Monochromatic Colors of #DFBA48
Black with #DFBA48
Text Example
Text Example
White with #DFBA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA48; }
p { color: rgb(223,186,72); }
H1.HeaderClassName
{
color: #DFBA48;
}
.AnyTagClassName
{
color: #DFBA48;
}
</style>
background-color css
<style>
a { background-color: #DFBA48; }
a { background-color: rgb(223,186,72); }
div.DivClassName
{
background-color: #DFBA48;
}
.BgClassName
{
background-color: #DFBA48;
}
</style>
border-color css
<style>
span { border-color: #DFBA48; }
span { border-color: rgb(223,186,72); }
td.TdClassName
{
border-color: #DFBA48;
}
.TagClassName
{
border-color: #DFBA48;
}
</style>