Shades of Ronchi #DFB549
Tints of Ronchi #DFB549
RGB
CMYK
RGB Variations
Color information
#DFB549 (or 0xDFB549) is known color: Ronchi. HEX triplet: DF, B5 and 49. RGB value is (223,181,73). Sum of RGB (Red+Green+Blue) = 223+181+73=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB549 is #204AB6. Grayscale: #B5B5B5. Windows color (decimal): -2116279 or 4830687. OLE color: 4830687.
HSL color Cylindrical-coordinate representation of color #DFB549: hue angle of 43.2º 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 #DFB549 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 73 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.13 |
| HSL | 43.2º | 0.7% | 0.58% | - |
| HSV(B) | 43.2º | 0.67% | 0.87% | - |
| XYZ | 48.16 | 49.22 | 13.26 | - |
| YUV | 181.25 | 66.91 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 73 | 0 | 0.19 | 0.67 | 0.13 | 43.2 | 0.7 | 0.58 |
| Hex | DF | B5 | 49 | 0 | 13 | 43 | D | 2B | 46 | 3A |
| Octal | 337 | 265 | 111 | 0 | 23 | 103 | 15 | 53 | 106 | 72 |
| Binary | 11011111 | 10110101 | 1001001 | 0 | 10011 | 1000011 | 1101 | 101011 | 1000110 | 111010 |
Color Harmonies of #DFB549
Complementary color
Monochromatic Colors of #DFB549
Black with #DFB549
Text Example
Text Example
White with #DFB549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB549; }
p { color: rgb(223,181,73); }
H1.HeaderClassName
{
color: #DFB549;
}
.AnyTagClassName
{
color: #DFB549;
}
</style>
background-color css
<style>
a { background-color: #DFB549; }
a { background-color: rgb(223,181,73); }
div.DivClassName
{
background-color: #DFB549;
}
.BgClassName
{
background-color: #DFB549;
}
</style>
border-color css
<style>
span { border-color: #DFB549; }
span { border-color: rgb(223,181,73); }
td.TdClassName
{
border-color: #DFB549;
}
.TagClassName
{
border-color: #DFB549;
}
</style>