Shades of Ronchi #DFBC53
Tints of Ronchi #DFBC53
RGB
CMYK
RGB Variations
Color information
#DFBC53 (or 0xDFBC53) is known color: Ronchi. HEX triplet: DF, BC and 53. RGB value is (223,188,83). Sum of RGB (Red+Green+Blue) = 223+188+83=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC53 is #2043AC. Grayscale: #BABABA. Windows color (decimal): -2114477 or 5487839. OLE color: 5487839.
HSL color Cylindrical-coordinate representation of color #DFBC53: hue angle of 45º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFBC53 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 83 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.13 |
| HSL | 45º | 0.69% | 0.6% | - |
| HSV(B) | 45º | 0.63% | 0.87% | - |
| XYZ | 49.98 | 52.28 | 15.64 | - |
| YUV | 186.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 83 | 0 | 0.16 | 0.63 | 0.13 | 45 | 0.69 | 0.6 |
| Hex | DF | BC | 53 | 0 | 10 | 3F | D | 2D | 45 | 3C |
| Octal | 337 | 274 | 123 | 0 | 20 | 77 | 15 | 55 | 105 | 74 |
| Binary | 11011111 | 10111100 | 1010011 | 0 | 10000 | 111111 | 1101 | 101101 | 1000101 | 111100 |
Color Harmonies of #DFBC53
Complementary color
Monochromatic Colors of #DFBC53
Black with #DFBC53
Text Example
Text Example
White with #DFBC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC53; }
p { color: rgb(223,188,83); }
H1.HeaderClassName
{
color: #DFBC53;
}
.AnyTagClassName
{
color: #DFBC53;
}
</style>
background-color css
<style>
a { background-color: #DFBC53; }
a { background-color: rgb(223,188,83); }
div.DivClassName
{
background-color: #DFBC53;
}
.BgClassName
{
background-color: #DFBC53;
}
</style>
border-color css
<style>
span { border-color: #DFBC53; }
span { border-color: rgb(223,188,83); }
td.TdClassName
{
border-color: #DFBC53;
}
.TagClassName
{
border-color: #DFBC53;
}
</style>