Shades of Ronchi #DFBC48
Tints of Ronchi #DFBC48
RGB
CMYK
RGB Variations
Color information
#DFBC48 (or 0xDFBC48) is known color: Ronchi. HEX triplet: DF, BC and 48. RGB value is (223,188,72). Sum of RGB (Red+Green+Blue) = 223+188+72=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC48 is #2043B7. Grayscale: #B9B9B9. Windows color (decimal): -2114488 or 4766943. OLE color: 4766943.
HSL color Cylindrical-coordinate representation of color #DFBC48: hue angle of 46.09º 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 #DFBC48 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 72 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.13 |
| HSL | 46.09º | 0.7% | 0.58% | - |
| HSV(B) | 46.09º | 0.68% | 0.87% | - |
| XYZ | 49.58 | 52.12 | 13.58 | - |
| YUV | 185.24 | 64.1 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 72 | 0 | 0.16 | 0.68 | 0.13 | 46.09 | 0.7 | 0.58 |
| Hex | DF | BC | 48 | 0 | 10 | 44 | D | 2E | 46 | 3A |
| Octal | 337 | 274 | 110 | 0 | 20 | 104 | 15 | 56 | 106 | 72 |
| Binary | 11011111 | 10111100 | 1001000 | 0 | 10000 | 1000100 | 1101 | 101110 | 1000110 | 111010 |
Color Harmonies of #DFBC48
Complementary color
Monochromatic Colors of #DFBC48
Black with #DFBC48
Text Example
Text Example
White with #DFBC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC48; }
p { color: rgb(223,188,72); }
H1.HeaderClassName
{
color: #DFBC48;
}
.AnyTagClassName
{
color: #DFBC48;
}
</style>
background-color css
<style>
a { background-color: #DFBC48; }
a { background-color: rgb(223,188,72); }
div.DivClassName
{
background-color: #DFBC48;
}
.BgClassName
{
background-color: #DFBC48;
}
</style>
border-color css
<style>
span { border-color: #DFBC48; }
span { border-color: rgb(223,188,72); }
td.TdClassName
{
border-color: #DFBC48;
}
.TagClassName
{
border-color: #DFBC48;
}
</style>