Shades of Ronchi #DFB749
Tints of Ronchi #DFB749
RGB
CMYK
RGB Variations
Color information
#DFB749 (or 0xDFB749) is known color: Ronchi. HEX triplet: DF, B7 and 49. RGB value is (223,183,73). Sum of RGB (Red+Green+Blue) = 223+183+73=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB749 is #2048B6. Grayscale: #B6B6B6. Windows color (decimal): -2115767 or 4831199. OLE color: 4831199.
HSL color Cylindrical-coordinate representation of color #DFB749: hue angle of 44º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFB749 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 73 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.13 |
| HSL | 44º | 0.7% | 0.58% | - |
| HSV(B) | 44º | 0.67% | 0.87% | - |
| XYZ | 48.57 | 50.04 | 13.4 | - |
| YUV | 182.42 | 66.25 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 73 | 0 | 0.18 | 0.67 | 0.13 | 44 | 0.7 | 0.58 |
| Hex | DF | B7 | 49 | 0 | 12 | 43 | D | 2C | 46 | 3A |
| Octal | 337 | 267 | 111 | 0 | 22 | 103 | 15 | 54 | 106 | 72 |
| Binary | 11011111 | 10110111 | 1001001 | 0 | 10010 | 1000011 | 1101 | 101100 | 1000110 | 111010 |
Color Harmonies of #DFB749
Complementary color
Monochromatic Colors of #DFB749
Black with #DFB749
Text Example
Text Example
White with #DFB749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB749; }
p { color: rgb(223,183,73); }
H1.HeaderClassName
{
color: #DFB749;
}
.AnyTagClassName
{
color: #DFB749;
}
</style>
background-color css
<style>
a { background-color: #DFB749; }
a { background-color: rgb(223,183,73); }
div.DivClassName
{
background-color: #DFB749;
}
.BgClassName
{
background-color: #DFB749;
}
</style>
border-color css
<style>
span { border-color: #DFB749; }
span { border-color: rgb(223,183,73); }
td.TdClassName
{
border-color: #DFB749;
}
.TagClassName
{
border-color: #DFB749;
}
</style>