Shades of Ronchi #DFBA55
Tints of Ronchi #DFBA55
RGB
CMYK
RGB Variations
Color information
#DFBA55 (or 0xDFBA55) is known color: Ronchi. HEX triplet: DF, BA and 55. RGB value is (223,186,85). Sum of RGB (Red+Green+Blue) = 223+186+85=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA55 is #2045AA. Grayscale: #B9B9B9. Windows color (decimal): -2114987 or 5618399. OLE color: 5618399.
HSL color Cylindrical-coordinate representation of color #DFBA55: hue angle of 43.91º 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 #DFBA55 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 85 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.13 |
| HSL | 43.91º | 0.68% | 0.6% | - |
| HSV(B) | 43.91º | 0.62% | 0.87% | - |
| XYZ | 49.63 | 51.46 | 15.91 | - |
| YUV | 185.55 | 71.26 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 85 | 0 | 0.17 | 0.62 | 0.13 | 43.91 | 0.68 | 0.6 |
| Hex | DF | BA | 55 | 0 | 11 | 3E | D | 2C | 44 | 3C |
| Octal | 337 | 272 | 125 | 0 | 21 | 76 | 15 | 54 | 104 | 74 |
| Binary | 11011111 | 10111010 | 1010101 | 0 | 10001 | 111110 | 1101 | 101100 | 1000100 | 111100 |
Color Harmonies of #DFBA55
Complementary color
Monochromatic Colors of #DFBA55
Black with #DFBA55
Text Example
Text Example
White with #DFBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA55; }
p { color: rgb(223,186,85); }
H1.HeaderClassName
{
color: #DFBA55;
}
.AnyTagClassName
{
color: #DFBA55;
}
</style>
background-color css
<style>
a { background-color: #DFBA55; }
a { background-color: rgb(223,186,85); }
div.DivClassName
{
background-color: #DFBA55;
}
.BgClassName
{
background-color: #DFBA55;
}
</style>
border-color css
<style>
span { border-color: #DFBA55; }
span { border-color: rgb(223,186,85); }
td.TdClassName
{
border-color: #DFBA55;
}
.TagClassName
{
border-color: #DFBA55;
}
</style>