Shades of Ronchi #DFBB50
Tints of Ronchi #DFBB50
RGB
CMYK
RGB Variations
Color information
#DFBB50 (or 0xDFBB50) is known color: Ronchi. HEX triplet: DF, BB and 50. RGB value is (223,187,80). Sum of RGB (Red+Green+Blue) = 223+187+80=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB50 is #2044AF. Grayscale: #BABABA. Windows color (decimal): -2114736 or 5290975. OLE color: 5290975.
HSL color Cylindrical-coordinate representation of color #DFBB50: hue angle of 44.9º 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 #DFBB50 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 80 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.13 |
| HSL | 44.9º | 0.69% | 0.59% | - |
| HSV(B) | 44.9º | 0.64% | 0.87% | - |
| XYZ | 49.65 | 51.81 | 14.97 | - |
| YUV | 185.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 80 | 0 | 0.16 | 0.64 | 0.13 | 44.9 | 0.69 | 0.59 |
| Hex | DF | BB | 50 | 0 | 10 | 40 | D | 2D | 45 | 3B |
| Octal | 337 | 273 | 120 | 0 | 20 | 100 | 15 | 55 | 105 | 73 |
| Binary | 11011111 | 10111011 | 1010000 | 0 | 10000 | 1000000 | 1101 | 101101 | 1000101 | 111011 |
Color Harmonies of #DFBB50
Complementary color
Monochromatic Colors of #DFBB50
Black with #DFBB50
Text Example
Text Example
White with #DFBB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB50; }
p { color: rgb(223,187,80); }
H1.HeaderClassName
{
color: #DFBB50;
}
.AnyTagClassName
{
color: #DFBB50;
}
</style>
background-color css
<style>
a { background-color: #DFBB50; }
a { background-color: rgb(223,187,80); }
div.DivClassName
{
background-color: #DFBB50;
}
.BgClassName
{
background-color: #DFBB50;
}
</style>
border-color css
<style>
span { border-color: #DFBB50; }
span { border-color: rgb(223,187,80); }
td.TdClassName
{
border-color: #DFBB50;
}
.TagClassName
{
border-color: #DFBB50;
}
</style>