Shades of Ronchi #DFBE58
Tints of Ronchi #DFBE58
RGB
CMYK
RGB Variations
Color information
#DFBE58 (or 0xDFBE58) is known color: Ronchi. HEX triplet: DF, BE and 58. RGB value is (223,190,88). Sum of RGB (Red+Green+Blue) = 223+190+88=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBE58 is #2041A7. Grayscale: #BCBCBC. Windows color (decimal): -2113960 or 5816031. OLE color: 5816031.
HSL color Cylindrical-coordinate representation of color #DFBE58: hue angle of 45.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFBE58 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 88 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.13 |
| HSL | 45.33º | 0.68% | 0.61% | - |
| HSV(B) | 45.33º | 0.61% | 0.87% | - |
| XYZ | 50.61 | 53.22 | 16.84 | - |
| YUV | 188.24 | 71.43 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 88 | 0 | 0.15 | 0.61 | 0.13 | 45.33 | 0.68 | 0.61 |
| Hex | DF | BE | 58 | 0 | F | 3D | D | 2D | 44 | 3D |
| Octal | 337 | 276 | 130 | 0 | 17 | 75 | 15 | 55 | 104 | 75 |
| Binary | 11011111 | 10111110 | 1011000 | 0 | 1111 | 111101 | 1101 | 101101 | 1000100 | 111101 |
Color Harmonies of #DFBE58
Complementary color
Monochromatic Colors of #DFBE58
Black with #DFBE58
Text Example
Text Example
White with #DFBE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE58; }
p { color: rgb(223,190,88); }
H1.HeaderClassName
{
color: #DFBE58;
}
.AnyTagClassName
{
color: #DFBE58;
}
</style>
background-color css
<style>
a { background-color: #DFBE58; }
a { background-color: rgb(223,190,88); }
div.DivClassName
{
background-color: #DFBE58;
}
.BgClassName
{
background-color: #DFBE58;
}
</style>
border-color css
<style>
span { border-color: #DFBE58; }
span { border-color: rgb(223,190,88); }
td.TdClassName
{
border-color: #DFBE58;
}
.TagClassName
{
border-color: #DFBE58;
}
</style>