Shades of Ronchi #DFBB4E
Tints of Ronchi #DFBB4E
RGB
CMYK
RGB Variations
Color information
#DFBB4E (or 0xDFBB4E) is known color: Ronchi. HEX triplet: DF, BB and 4E. RGB value is (223,187,78). Sum of RGB (Red+Green+Blue) = 223+187+78=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB4E is #2044B1. Grayscale: #B9B9B9. Windows color (decimal): -2114738 or 5159903. OLE color: 5159903.
HSL color Cylindrical-coordinate representation of color #DFBB4E: hue angle of 45.1º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFBB4E is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 78 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.13 |
| HSL | 45.1º | 0.69% | 0.59% | - |
| HSV(B) | 45.1º | 0.65% | 0.87% | - |
| XYZ | 49.58 | 51.78 | 14.59 | - |
| YUV | 185.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 78 | 0 | 0.16 | 0.65 | 0.13 | 45.1 | 0.69 | 0.59 |
| Hex | DF | BB | 4E | 0 | 10 | 41 | D | 2D | 45 | 3B |
| Octal | 337 | 273 | 116 | 0 | 20 | 101 | 15 | 55 | 105 | 73 |
| Binary | 11011111 | 10111011 | 1001110 | 0 | 10000 | 1000001 | 1101 | 101101 | 1000101 | 111011 |
Color Harmonies of #DFBB4E
Complementary color
Monochromatic Colors of #DFBB4E
Black with #DFBB4E
Text Example
Text Example
White with #DFBB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB4E; }
p { color: rgb(223,187,78); }
H1.HeaderClassName
{
color: #DFBB4E;
}
.AnyTagClassName
{
color: #DFBB4E;
}
</style>
background-color css
<style>
a { background-color: #DFBB4E; }
a { background-color: rgb(223,187,78); }
div.DivClassName
{
background-color: #DFBB4E;
}
.BgClassName
{
background-color: #DFBB4E;
}
</style>
border-color css
<style>
span { border-color: #DFBB4E; }
span { border-color: rgb(223,187,78); }
td.TdClassName
{
border-color: #DFBB4E;
}
.TagClassName
{
border-color: #DFBB4E;
}
</style>