Shades of Ronchi #DFBC57
Tints of Ronchi #DFBC57
RGB
CMYK
RGB Variations
Color information
#DFBC57 (or 0xDFBC57) is known color: Ronchi. HEX triplet: DF, BC and 57. RGB value is (223,188,87). Sum of RGB (Red+Green+Blue) = 223+188+87=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC57 is #2043A8. Grayscale: #BBBBBB. Windows color (decimal): -2114473 or 5749983. OLE color: 5749983.
HSL color Cylindrical-coordinate representation of color #DFBC57: hue angle of 44.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFBC57 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 87 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.13 |
| HSL | 44.56º | 0.68% | 0.61% | - |
| HSV(B) | 44.56º | 0.61% | 0.87% | - |
| XYZ | 50.13 | 52.34 | 16.48 | - |
| YUV | 186.95 | 71.6 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 87 | 0 | 0.16 | 0.61 | 0.13 | 44.56 | 0.68 | 0.61 |
| Hex | DF | BC | 57 | 0 | 10 | 3D | D | 2D | 44 | 3D |
| Octal | 337 | 274 | 127 | 0 | 20 | 75 | 15 | 55 | 104 | 75 |
| Binary | 11011111 | 10111100 | 1010111 | 0 | 10000 | 111101 | 1101 | 101101 | 1000100 | 111101 |
Color Harmonies of #DFBC57
Complementary color
Monochromatic Colors of #DFBC57
Black with #DFBC57
Text Example
Text Example
White with #DFBC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC57; }
p { color: rgb(223,188,87); }
H1.HeaderClassName
{
color: #DFBC57;
}
.AnyTagClassName
{
color: #DFBC57;
}
</style>
background-color css
<style>
a { background-color: #DFBC57; }
a { background-color: rgb(223,188,87); }
div.DivClassName
{
background-color: #DFBC57;
}
.BgClassName
{
background-color: #DFBC57;
}
</style>
border-color css
<style>
span { border-color: #DFBC57; }
span { border-color: rgb(223,188,87); }
td.TdClassName
{
border-color: #DFBC57;
}
.TagClassName
{
border-color: #DFBC57;
}
</style>