Shades of Ronchi #DFC055
Tints of Ronchi #DFC055
RGB
CMYK
RGB Variations
Color information
#DFC055 (or 0xDFC055) is known color: Ronchi. HEX triplet: DF, C0 and 55. RGB value is (223,192,85). Sum of RGB (Red+Green+Blue) = 223+192+85=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC055 is #203FAA. Grayscale: #BDBDBD. Windows color (decimal): -2113451 or 5619935. OLE color: 5619935.
HSL color Cylindrical-coordinate representation of color #DFC055: hue angle of 46.52º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFC055 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 85 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.13 |
| HSL | 46.52º | 0.68% | 0.6% | - |
| HSV(B) | 46.52º | 0.62% | 0.87% | - |
| XYZ | 50.92 | 54.04 | 16.34 | - |
| YUV | 189.07 | 69.27 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 85 | 0 | 0.14 | 0.62 | 0.13 | 46.52 | 0.68 | 0.6 |
| Hex | DF | C0 | 55 | 0 | E | 3E | D | 2F | 44 | 3C |
| Octal | 337 | 300 | 125 | 0 | 16 | 76 | 15 | 57 | 104 | 74 |
| Binary | 11011111 | 11000000 | 1010101 | 0 | 1110 | 111110 | 1101 | 101111 | 1000100 | 111100 |
Color Harmonies of #DFC055
Complementary color
Monochromatic Colors of #DFC055
Black with #DFC055
Text Example
Text Example
White with #DFC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC055; }
p { color: rgb(223,192,85); }
H1.HeaderClassName
{
color: #DFC055;
}
.AnyTagClassName
{
color: #DFC055;
}
</style>
background-color css
<style>
a { background-color: #DFC055; }
a { background-color: rgb(223,192,85); }
div.DivClassName
{
background-color: #DFC055;
}
.BgClassName
{
background-color: #DFC055;
}
</style>
border-color css
<style>
span { border-color: #DFC055; }
span { border-color: rgb(223,192,85); }
td.TdClassName
{
border-color: #DFC055;
}
.TagClassName
{
border-color: #DFC055;
}
</style>