Shades of Ronchi #DFBB4D
Tints of Ronchi #DFBB4D
RGB
CMYK
RGB Variations
Color information
#DFBB4D (or 0xDFBB4D) is known color: Ronchi. HEX triplet: DF, BB and 4D. RGB value is (223,187,77). Sum of RGB (Red+Green+Blue) = 223+187+77=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB4D is #2044B2. Grayscale: #B9B9B9. Windows color (decimal): -2114739 or 5094367. OLE color: 5094367.
HSL color Cylindrical-coordinate representation of color #DFBB4D: hue angle of 45.21º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFBB4D is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 77 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.13 |
| HSL | 45.21º | 0.7% | 0.59% | - |
| HSV(B) | 45.21º | 0.65% | 0.87% | - |
| XYZ | 49.54 | 51.76 | 14.4 | - |
| YUV | 185.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 77 | 0 | 0.16 | 0.65 | 0.13 | 45.21 | 0.7 | 0.59 |
| Hex | DF | BB | 4D | 0 | 10 | 41 | D | 2D | 46 | 3B |
| Octal | 337 | 273 | 115 | 0 | 20 | 101 | 15 | 55 | 106 | 73 |
| Binary | 11011111 | 10111011 | 1001101 | 0 | 10000 | 1000001 | 1101 | 101101 | 1000110 | 111011 |
Color Harmonies of #DFBB4D
Complementary color
Monochromatic Colors of #DFBB4D
Black with #DFBB4D
Text Example
Text Example
White with #DFBB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB4D; }
p { color: rgb(223,187,77); }
H1.HeaderClassName
{
color: #DFBB4D;
}
.AnyTagClassName
{
color: #DFBB4D;
}
</style>
background-color css
<style>
a { background-color: #DFBB4D; }
a { background-color: rgb(223,187,77); }
div.DivClassName
{
background-color: #DFBB4D;
}
.BgClassName
{
background-color: #DFBB4D;
}
</style>
border-color css
<style>
span { border-color: #DFBB4D; }
span { border-color: rgb(223,187,77); }
td.TdClassName
{
border-color: #DFBB4D;
}
.TagClassName
{
border-color: #DFBB4D;
}
</style>