Shades of Ronchi #DFBE4D
Tints of Ronchi #DFBE4D
RGB
CMYK
RGB Variations
Color information
#DFBE4D (or 0xDFBE4D) is known color: Ronchi. HEX triplet: DF, BE and 4D. RGB value is (223,190,77). Sum of RGB (Red+Green+Blue) = 223+190+77=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBE4D is #2041B2. Grayscale: #BBBBBB. Windows color (decimal): -2113971 or 5095135. OLE color: 5095135.
HSL color Cylindrical-coordinate representation of color #DFBE4D: hue angle of 46.44º degrees, saturation: 0.7, 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 #DFBE4D is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 77 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.13 |
| HSL | 46.44º | 0.7% | 0.59% | - |
| HSV(B) | 46.44º | 0.65% | 0.87% | - |
| XYZ | 50.18 | 53.05 | 14.62 | - |
| YUV | 186.99 | 65.93 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 77 | 0 | 0.15 | 0.65 | 0.13 | 46.44 | 0.7 | 0.59 |
| Hex | DF | BE | 4D | 0 | F | 41 | D | 2E | 46 | 3B |
| Octal | 337 | 276 | 115 | 0 | 17 | 101 | 15 | 56 | 106 | 73 |
| Binary | 11011111 | 10111110 | 1001101 | 0 | 1111 | 1000001 | 1101 | 101110 | 1000110 | 111011 |
Color Harmonies of #DFBE4D
Complementary color
Monochromatic Colors of #DFBE4D
Black with #DFBE4D
Text Example
Text Example
White with #DFBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE4D; }
p { color: rgb(223,190,77); }
H1.HeaderClassName
{
color: #DFBE4D;
}
.AnyTagClassName
{
color: #DFBE4D;
}
</style>
background-color css
<style>
a { background-color: #DFBE4D; }
a { background-color: rgb(223,190,77); }
div.DivClassName
{
background-color: #DFBE4D;
}
.BgClassName
{
background-color: #DFBE4D;
}
</style>
border-color css
<style>
span { border-color: #DFBE4D; }
span { border-color: rgb(223,190,77); }
td.TdClassName
{
border-color: #DFBE4D;
}
.TagClassName
{
border-color: #DFBE4D;
}
</style>