Shades of Ronchi #DFBC49
Tints of Ronchi #DFBC49
RGB
CMYK
RGB Variations
Color information
#DFBC49 (or 0xDFBC49) is known color: Ronchi. HEX triplet: DF, BC and 49. RGB value is (223,188,73). Sum of RGB (Red+Green+Blue) = 223+188+73=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC49 is #2043B6. Grayscale: #B9B9B9. Windows color (decimal): -2114487 or 4832479. OLE color: 4832479.
HSL color Cylindrical-coordinate representation of color #DFBC49: hue angle of 46º 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 #DFBC49 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 73 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.13 |
| HSL | 46º | 0.7% | 0.58% | - |
| HSV(B) | 46º | 0.67% | 0.87% | - |
| XYZ | 49.62 | 52.14 | 13.75 | - |
| YUV | 185.36 | 64.6 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 73 | 0 | 0.16 | 0.67 | 0.13 | 46 | 0.7 | 0.58 |
| Hex | DF | BC | 49 | 0 | 10 | 43 | D | 2E | 46 | 3A |
| Octal | 337 | 274 | 111 | 0 | 20 | 103 | 15 | 56 | 106 | 72 |
| Binary | 11011111 | 10111100 | 1001001 | 0 | 10000 | 1000011 | 1101 | 101110 | 1000110 | 111010 |
Color Harmonies of #DFBC49
Complementary color
Monochromatic Colors of #DFBC49
Black with #DFBC49
Text Example
Text Example
White with #DFBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC49; }
p { color: rgb(223,188,73); }
H1.HeaderClassName
{
color: #DFBC49;
}
.AnyTagClassName
{
color: #DFBC49;
}
</style>
background-color css
<style>
a { background-color: #DFBC49; }
a { background-color: rgb(223,188,73); }
div.DivClassName
{
background-color: #DFBC49;
}
.BgClassName
{
background-color: #DFBC49;
}
</style>
border-color css
<style>
span { border-color: #DFBC49; }
span { border-color: rgb(223,188,73); }
td.TdClassName
{
border-color: #DFBC49;
}
.TagClassName
{
border-color: #DFBC49;
}
</style>