Shades of Ronchi #DFBE4C
Tints of Ronchi #DFBE4C
RGB
CMYK
RGB Variations
Color information
#DFBE4C (or 0xDFBE4C) is known color: Ronchi. HEX triplet: DF, BE and 4C. RGB value is (223,190,76). Sum of RGB (Red+Green+Blue) = 223+190+76=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE4C is #2041B3. Grayscale: #BBBBBB. Windows color (decimal): -2113972 or 5029599. OLE color: 5029599.
HSL color Cylindrical-coordinate representation of color #DFBE4C: hue angle of 46.53º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFBE4C is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 76 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.13 |
| HSL | 46.53º | 0.7% | 0.59% | - |
| HSV(B) | 46.53º | 0.66% | 0.87% | - |
| XYZ | 50.15 | 53.04 | 14.43 | - |
| YUV | 186.87 | 65.43 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 76 | 0 | 0.15 | 0.66 | 0.13 | 46.53 | 0.7 | 0.59 |
| Hex | DF | BE | 4C | 0 | F | 42 | D | 2F | 46 | 3B |
| Octal | 337 | 276 | 114 | 0 | 17 | 102 | 15 | 57 | 106 | 73 |
| Binary | 11011111 | 10111110 | 1001100 | 0 | 1111 | 1000010 | 1101 | 101111 | 1000110 | 111011 |
Color Harmonies of #DFBE4C
Complementary color
Monochromatic Colors of #DFBE4C
Black with #DFBE4C
Text Example
Text Example
White with #DFBE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE4C; }
p { color: rgb(223,190,76); }
H1.HeaderClassName
{
color: #DFBE4C;
}
.AnyTagClassName
{
color: #DFBE4C;
}
</style>
background-color css
<style>
a { background-color: #DFBE4C; }
a { background-color: rgb(223,190,76); }
div.DivClassName
{
background-color: #DFBE4C;
}
.BgClassName
{
background-color: #DFBE4C;
}
</style>
border-color css
<style>
span { border-color: #DFBE4C; }
span { border-color: rgb(223,190,76); }
td.TdClassName
{
border-color: #DFBE4C;
}
.TagClassName
{
border-color: #DFBE4C;
}
</style>