Shades of Ronchi #DFB848
Tints of Ronchi #DFB848
RGB
CMYK
RGB Variations
Color information
#DFB848 (or 0xDFB848) is known color: Ronchi. HEX triplet: DF, B8 and 48. RGB value is (223,184,72). Sum of RGB (Red+Green+Blue) = 223+184+72=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 72 (28.52% from 255 or 15.03% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB848 is #2047B7. Grayscale: #B7B7B7. Windows color (decimal): -2115512 or 4765919. OLE color: 4765919.
HSL color Cylindrical-coordinate representation of color #DFB848: hue angle of 44.5º 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 #DFB848 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 72 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.13 |
| HSL | 44.5º | 0.7% | 0.58% | - |
| HSV(B) | 44.5º | 0.68% | 0.87% | - |
| XYZ | 48.74 | 50.44 | 13.3 | - |
| YUV | 182.89 | 65.42 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 72 | 0 | 0.17 | 0.68 | 0.13 | 44.5 | 0.7 | 0.58 |
| Hex | DF | B8 | 48 | 0 | 11 | 44 | D | 2D | 46 | 3A |
| Octal | 337 | 270 | 110 | 0 | 21 | 104 | 15 | 55 | 106 | 72 |
| Binary | 11011111 | 10111000 | 1001000 | 0 | 10001 | 1000100 | 1101 | 101101 | 1000110 | 111010 |
Color Harmonies of #DFB848
Complementary color
Monochromatic Colors of #DFB848
Black with #DFB848
Text Example
Text Example
White with #DFB848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB848; }
p { color: rgb(223,184,72); }
H1.HeaderClassName
{
color: #DFB848;
}
.AnyTagClassName
{
color: #DFB848;
}
</style>
background-color css
<style>
a { background-color: #DFB848; }
a { background-color: rgb(223,184,72); }
div.DivClassName
{
background-color: #DFB848;
}
.BgClassName
{
background-color: #DFB848;
}
</style>
border-color css
<style>
span { border-color: #DFB848; }
span { border-color: rgb(223,184,72); }
td.TdClassName
{
border-color: #DFB848;
}
.TagClassName
{
border-color: #DFB848;
}
</style>