Shades of Ronchi #DFBA53
Tints of Ronchi #DFBA53
RGB
CMYK
RGB Variations
Color information
#DFBA53 (or 0xDFBA53) is known color: Ronchi. HEX triplet: DF, BA and 53. RGB value is (223,186,83). Sum of RGB (Red+Green+Blue) = 223+186+83=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 83 (32.81% from 255 or 16.87% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA53 is #2045AC. Grayscale: #B9B9B9. Windows color (decimal): -2114989 or 5487327. OLE color: 5487327.
HSL color Cylindrical-coordinate representation of color #DFBA53: hue angle of 44.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFBA53 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 83 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.13 |
| HSL | 44.14º | 0.69% | 0.6% | - |
| HSV(B) | 44.14º | 0.63% | 0.87% | - |
| XYZ | 49.55 | 51.43 | 15.5 | - |
| YUV | 185.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 83 | 0 | 0.17 | 0.63 | 0.13 | 44.14 | 0.69 | 0.6 |
| Hex | DF | BA | 53 | 0 | 11 | 3F | D | 2C | 45 | 3C |
| Octal | 337 | 272 | 123 | 0 | 21 | 77 | 15 | 54 | 105 | 74 |
| Binary | 11011111 | 10111010 | 1010011 | 0 | 10001 | 111111 | 1101 | 101100 | 1000101 | 111100 |
Color Harmonies of #DFBA53
Complementary color
Monochromatic Colors of #DFBA53
Black with #DFBA53
Text Example
Text Example
White with #DFBA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA53; }
p { color: rgb(223,186,83); }
H1.HeaderClassName
{
color: #DFBA53;
}
.AnyTagClassName
{
color: #DFBA53;
}
</style>
background-color css
<style>
a { background-color: #DFBA53; }
a { background-color: rgb(223,186,83); }
div.DivClassName
{
background-color: #DFBA53;
}
.BgClassName
{
background-color: #DFBA53;
}
</style>
border-color css
<style>
span { border-color: #DFBA53; }
span { border-color: rgb(223,186,83); }
td.TdClassName
{
border-color: #DFBA53;
}
.TagClassName
{
border-color: #DFBA53;
}
</style>