Shades of Ronchi #DFBF50
Tints of Ronchi #DFBF50
RGB
CMYK
RGB Variations
Color information
#DFBF50 (or 0xDFBF50) is known color: Ronchi. HEX triplet: DF, BF and 50. RGB value is (223,191,80). Sum of RGB (Red+Green+Blue) = 223+191+80=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF50 is #2040AF. Grayscale: #BCBCBC. Windows color (decimal): -2113712 or 5291999. OLE color: 5291999.
HSL color Cylindrical-coordinate representation of color #DFBF50: hue angle of 46.57º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFBF50 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 80 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.13 |
| HSL | 46.57º | 0.69% | 0.59% | - |
| HSV(B) | 46.57º | 0.64% | 0.87% | - |
| XYZ | 50.51 | 53.53 | 15.26 | - |
| YUV | 187.91 | 67.1 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 80 | 0 | 0.14 | 0.64 | 0.13 | 46.57 | 0.69 | 0.59 |
| Hex | DF | BF | 50 | 0 | E | 40 | D | 2F | 45 | 3B |
| Octal | 337 | 277 | 120 | 0 | 16 | 100 | 15 | 57 | 105 | 73 |
| Binary | 11011111 | 10111111 | 1010000 | 0 | 1110 | 1000000 | 1101 | 101111 | 1000101 | 111011 |
Color Harmonies of #DFBF50
Complementary color
Monochromatic Colors of #DFBF50
Black with #DFBF50
Text Example
Text Example
White with #DFBF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF50; }
p { color: rgb(223,191,80); }
H1.HeaderClassName
{
color: #DFBF50;
}
.AnyTagClassName
{
color: #DFBF50;
}
</style>
background-color css
<style>
a { background-color: #DFBF50; }
a { background-color: rgb(223,191,80); }
div.DivClassName
{
background-color: #DFBF50;
}
.BgClassName
{
background-color: #DFBF50;
}
</style>
border-color css
<style>
span { border-color: #DFBF50; }
span { border-color: rgb(223,191,80); }
td.TdClassName
{
border-color: #DFBF50;
}
.TagClassName
{
border-color: #DFBF50;
}
</style>