Shades of Ronchi #DFBB47
Tints of Ronchi #DFBB47
RGB
CMYK
RGB Variations
Color information
#DFBB47 (or 0xDFBB47) is known color: Ronchi. HEX triplet: DF, BB and 47. RGB value is (223,187,71). Sum of RGB (Red+Green+Blue) = 223+187+71=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBB47 is #2044B8. Grayscale: #B9B9B9. Windows color (decimal): -2114745 or 4701151. OLE color: 4701151.
HSL color Cylindrical-coordinate representation of color #DFBB47: hue angle of 45.79º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFBB47 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 71 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.13 |
| HSL | 45.79º | 0.7% | 0.58% | - |
| HSV(B) | 45.79º | 0.68% | 0.87% | - |
| XYZ | 49.34 | 51.68 | 13.34 | - |
| YUV | 184.54 | 63.93 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 71 | 0 | 0.16 | 0.68 | 0.13 | 45.79 | 0.7 | 0.58 |
| Hex | DF | BB | 47 | 0 | 10 | 44 | D | 2E | 46 | 3A |
| Octal | 337 | 273 | 107 | 0 | 20 | 104 | 15 | 56 | 106 | 72 |
| Binary | 11011111 | 10111011 | 1000111 | 0 | 10000 | 1000100 | 1101 | 101110 | 1000110 | 111010 |
Color Harmonies of #DFBB47
Complementary color
Monochromatic Colors of #DFBB47
Black with #DFBB47
Text Example
Text Example
White with #DFBB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB47; }
p { color: rgb(223,187,71); }
H1.HeaderClassName
{
color: #DFBB47;
}
.AnyTagClassName
{
color: #DFBB47;
}
</style>
background-color css
<style>
a { background-color: #DFBB47; }
a { background-color: rgb(223,187,71); }
div.DivClassName
{
background-color: #DFBB47;
}
.BgClassName
{
background-color: #DFBB47;
}
</style>
border-color css
<style>
span { border-color: #DFBB47; }
span { border-color: rgb(223,187,71); }
td.TdClassName
{
border-color: #DFBB47;
}
.TagClassName
{
border-color: #DFBB47;
}
</style>