Shades of Ronchi #DFC057
Tints of Ronchi #DFC057
RGB
CMYK
RGB Variations
Color information
#DFC057 (or 0xDFC057) is known color: Ronchi. HEX triplet: DF, C0 and 57. RGB value is (223,192,87). Sum of RGB (Red+Green+Blue) = 223+192+87=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC057 is #203FA8. Grayscale: #BDBDBD. Windows color (decimal): -2113449 or 5751007. OLE color: 5751007.
HSL color Cylindrical-coordinate representation of color #DFC057: hue angle of 46.32º 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 #DFC057 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 87 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.13 |
| HSL | 46.32º | 0.68% | 0.61% | - |
| HSV(B) | 46.32º | 0.61% | 0.87% | - |
| XYZ | 51 | 54.08 | 16.77 | - |
| YUV | 189.3 | 70.27 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 87 | 0 | 0.14 | 0.61 | 0.13 | 46.32 | 0.68 | 0.61 |
| Hex | DF | C0 | 57 | 0 | E | 3D | D | 2E | 44 | 3D |
| Octal | 337 | 300 | 127 | 0 | 16 | 75 | 15 | 56 | 104 | 75 |
| Binary | 11011111 | 11000000 | 1010111 | 0 | 1110 | 111101 | 1101 | 101110 | 1000100 | 111101 |
Color Harmonies of #DFC057
Complementary color
Monochromatic Colors of #DFC057
Black with #DFC057
Text Example
Text Example
White with #DFC057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC057; }
p { color: rgb(223,192,87); }
H1.HeaderClassName
{
color: #DFC057;
}
.AnyTagClassName
{
color: #DFC057;
}
</style>
background-color css
<style>
a { background-color: #DFC057; }
a { background-color: rgb(223,192,87); }
div.DivClassName
{
background-color: #DFC057;
}
.BgClassName
{
background-color: #DFC057;
}
</style>
border-color css
<style>
span { border-color: #DFC057; }
span { border-color: rgb(223,192,87); }
td.TdClassName
{
border-color: #DFC057;
}
.TagClassName
{
border-color: #DFC057;
}
</style>