Shades of Ronchi #DFBB54
Tints of Ronchi #DFBB54
RGB
CMYK
RGB Variations
Color information
#DFBB54 (or 0xDFBB54) is known color: Ronchi. HEX triplet: DF, BB and 54. RGB value is (223,187,84). Sum of RGB (Red+Green+Blue) = 223+187+84=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB54 is #2044AB. Grayscale: #BABABA. Windows color (decimal): -2114732 or 5553119. OLE color: 5553119.
HSL color Cylindrical-coordinate representation of color #DFBB54: hue angle of 44.46º 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 #DFBB54 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 84 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.13 |
| HSL | 44.46º | 0.68% | 0.6% | - |
| HSV(B) | 44.46º | 0.62% | 0.87% | - |
| XYZ | 49.8 | 51.87 | 15.77 | - |
| YUV | 186.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 84 | 0 | 0.16 | 0.62 | 0.13 | 44.46 | 0.68 | 0.6 |
| Hex | DF | BB | 54 | 0 | 10 | 3E | D | 2C | 44 | 3C |
| Octal | 337 | 273 | 124 | 0 | 20 | 76 | 15 | 54 | 104 | 74 |
| Binary | 11011111 | 10111011 | 1010100 | 0 | 10000 | 111110 | 1101 | 101100 | 1000100 | 111100 |
Color Harmonies of #DFBB54
Complementary color
Monochromatic Colors of #DFBB54
Black with #DFBB54
Text Example
Text Example
White with #DFBB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB54; }
p { color: rgb(223,187,84); }
H1.HeaderClassName
{
color: #DFBB54;
}
.AnyTagClassName
{
color: #DFBB54;
}
</style>
background-color css
<style>
a { background-color: #DFBB54; }
a { background-color: rgb(223,187,84); }
div.DivClassName
{
background-color: #DFBB54;
}
.BgClassName
{
background-color: #DFBB54;
}
</style>
border-color css
<style>
span { border-color: #DFBB54; }
span { border-color: rgb(223,187,84); }
td.TdClassName
{
border-color: #DFBB54;
}
.TagClassName
{
border-color: #DFBB54;
}
</style>