Shades of Ronchi #DFB449
Tints of Ronchi #DFB449
RGB
CMYK
RGB Variations
Color information
#DFB449 (or 0xDFB449) is known color: Ronchi. HEX triplet: DF, B4 and 49. RGB value is (223,180,73). Sum of RGB (Red+Green+Blue) = 223+180+73=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB449 is #204BB6. Grayscale: #B5B5B5. Windows color (decimal): -2116535 or 4830431. OLE color: 4830431.
HSL color Cylindrical-coordinate representation of color #DFB449: hue angle of 42.8º 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 #DFB449 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 73 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.13 |
| HSL | 42.8º | 0.7% | 0.58% | - |
| HSV(B) | 42.8º | 0.67% | 0.87% | - |
| XYZ | 47.96 | 48.81 | 13.2 | - |
| YUV | 180.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 73 | 0 | 0.19 | 0.67 | 0.13 | 42.8 | 0.7 | 0.58 |
| Hex | DF | B4 | 49 | 0 | 13 | 43 | D | 2B | 46 | 3A |
| Octal | 337 | 264 | 111 | 0 | 23 | 103 | 15 | 53 | 106 | 72 |
| Binary | 11011111 | 10110100 | 1001001 | 0 | 10011 | 1000011 | 1101 | 101011 | 1000110 | 111010 |
Color Harmonies of #DFB449
Complementary color
Monochromatic Colors of #DFB449
Black with #DFB449
Text Example
Text Example
White with #DFB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB449; }
p { color: rgb(223,180,73); }
H1.HeaderClassName
{
color: #DFB449;
}
.AnyTagClassName
{
color: #DFB449;
}
</style>
background-color css
<style>
a { background-color: #DFB449; }
a { background-color: rgb(223,180,73); }
div.DivClassName
{
background-color: #DFB449;
}
.BgClassName
{
background-color: #DFB449;
}
</style>
border-color css
<style>
span { border-color: #DFB449; }
span { border-color: rgb(223,180,73); }
td.TdClassName
{
border-color: #DFB449;
}
.TagClassName
{
border-color: #DFB449;
}
</style>