Shades of Ronchi #DFBB55
Tints of Ronchi #DFBB55
RGB
CMYK
RGB Variations
Color information
#DFBB55 (or 0xDFBB55) is known color: Ronchi. HEX triplet: DF, BB and 55. RGB value is (223,187,85). Sum of RGB (Red+Green+Blue) = 223+187+85=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB55 is #2044AA. Grayscale: #BABABA. Windows color (decimal): -2114731 or 5618655. OLE color: 5618655.
HSL color Cylindrical-coordinate representation of color #DFBB55: hue angle of 44.35º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFBB55 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 85 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.13 |
| HSL | 44.35º | 0.68% | 0.6% | - |
| HSV(B) | 44.35º | 0.62% | 0.87% | - |
| XYZ | 49.84 | 51.88 | 15.98 | - |
| YUV | 186.14 | 70.93 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 85 | 0 | 0.16 | 0.62 | 0.13 | 44.35 | 0.68 | 0.6 |
| Hex | DF | BB | 55 | 0 | 10 | 3E | D | 2C | 44 | 3C |
| Octal | 337 | 273 | 125 | 0 | 20 | 76 | 15 | 54 | 104 | 74 |
| Binary | 11011111 | 10111011 | 1010101 | 0 | 10000 | 111110 | 1101 | 101100 | 1000100 | 111100 |
Color Harmonies of #DFBB55
Complementary color
Monochromatic Colors of #DFBB55
Black with #DFBB55
Text Example
Text Example
White with #DFBB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB55; }
p { color: rgb(223,187,85); }
H1.HeaderClassName
{
color: #DFBB55;
}
.AnyTagClassName
{
color: #DFBB55;
}
</style>
background-color css
<style>
a { background-color: #DFBB55; }
a { background-color: rgb(223,187,85); }
div.DivClassName
{
background-color: #DFBB55;
}
.BgClassName
{
background-color: #DFBB55;
}
</style>
border-color css
<style>
span { border-color: #DFBB55; }
span { border-color: rgb(223,187,85); }
td.TdClassName
{
border-color: #DFBB55;
}
.TagClassName
{
border-color: #DFBB55;
}
</style>