Shades of Ronchi #DFBC52
Tints of Ronchi #DFBC52
RGB
CMYK
RGB Variations
Color information
#DFBC52 (or 0xDFBC52) is known color: Ronchi. HEX triplet: DF, BC and 52. RGB value is (223,188,82). Sum of RGB (Red+Green+Blue) = 223+188+82=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC52 is #2043AD. Grayscale: #BABABA. Windows color (decimal): -2114478 or 5422303. OLE color: 5422303.
HSL color Cylindrical-coordinate representation of color #DFBC52: hue angle of 45.11º 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 #DFBC52 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 82 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.13 |
| HSL | 45.11º | 0.69% | 0.6% | - |
| HSV(B) | 45.11º | 0.63% | 0.87% | - |
| XYZ | 49.94 | 52.26 | 15.44 | - |
| YUV | 186.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 82 | 0 | 0.16 | 0.63 | 0.13 | 45.11 | 0.69 | 0.6 |
| Hex | DF | BC | 52 | 0 | 10 | 3F | D | 2D | 45 | 3C |
| Octal | 337 | 274 | 122 | 0 | 20 | 77 | 15 | 55 | 105 | 74 |
| Binary | 11011111 | 10111100 | 1010010 | 0 | 10000 | 111111 | 1101 | 101101 | 1000101 | 111100 |
Color Harmonies of #DFBC52
Complementary color
Monochromatic Colors of #DFBC52
Black with #DFBC52
Text Example
Text Example
White with #DFBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC52; }
p { color: rgb(223,188,82); }
H1.HeaderClassName
{
color: #DFBC52;
}
.AnyTagClassName
{
color: #DFBC52;
}
</style>
background-color css
<style>
a { background-color: #DFBC52; }
a { background-color: rgb(223,188,82); }
div.DivClassName
{
background-color: #DFBC52;
}
.BgClassName
{
background-color: #DFBC52;
}
</style>
border-color css
<style>
span { border-color: #DFBC52; }
span { border-color: rgb(223,188,82); }
td.TdClassName
{
border-color: #DFBC52;
}
.TagClassName
{
border-color: #DFBC52;
}
</style>