Shades of Ronchi #DFBB57
Tints of Ronchi #DFBB57
RGB
CMYK
RGB Variations
Color information
#DFBB57 (or 0xDFBB57) is known color: Ronchi. HEX triplet: DF, BB and 57. RGB value is (223,187,87). Sum of RGB (Red+Green+Blue) = 223+187+87=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB57 is #2044A8. Grayscale: #BABABA. Windows color (decimal): -2114729 or 5749727. OLE color: 5749727.
HSL color Cylindrical-coordinate representation of color #DFBB57: hue angle of 44.12º 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 #DFBB57 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 87 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.13 |
| HSL | 44.12º | 0.68% | 0.61% | - |
| HSV(B) | 44.12º | 0.61% | 0.87% | - |
| XYZ | 49.92 | 51.92 | 16.41 | - |
| YUV | 186.36 | 71.93 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 87 | 0 | 0.16 | 0.61 | 0.13 | 44.12 | 0.68 | 0.61 |
| Hex | DF | BB | 57 | 0 | 10 | 3D | D | 2C | 44 | 3D |
| Octal | 337 | 273 | 127 | 0 | 20 | 75 | 15 | 54 | 104 | 75 |
| Binary | 11011111 | 10111011 | 1010111 | 0 | 10000 | 111101 | 1101 | 101100 | 1000100 | 111101 |
Color Harmonies of #DFBB57
Complementary color
Monochromatic Colors of #DFBB57
Black with #DFBB57
Text Example
Text Example
White with #DFBB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB57; }
p { color: rgb(223,187,87); }
H1.HeaderClassName
{
color: #DFBB57;
}
.AnyTagClassName
{
color: #DFBB57;
}
</style>
background-color css
<style>
a { background-color: #DFBB57; }
a { background-color: rgb(223,187,87); }
div.DivClassName
{
background-color: #DFBB57;
}
.BgClassName
{
background-color: #DFBB57;
}
</style>
border-color css
<style>
span { border-color: #DFBB57; }
span { border-color: rgb(223,187,87); }
td.TdClassName
{
border-color: #DFBB57;
}
.TagClassName
{
border-color: #DFBB57;
}
</style>