Shades of Ronchi #DCBC52
Tints of Ronchi #DCBC52
RGB
CMYK
RGB Variations
Color information
#DCBC52 (or 0xDCBC52) is known color: Ronchi. HEX triplet: DC, BC and 52. RGB value is (220,188,82). Sum of RGB (Red+Green+Blue) = 220+188+82=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC52 is #2343AD. Grayscale: #B9B9B9. Windows color (decimal): -2311086 or 5422300. OLE color: 5422300.
HSL color Cylindrical-coordinate representation of color #DCBC52: hue angle of 46.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCBC52 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 82 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.14 |
| HSL | 46.09º | 0.66% | 0.59% | - |
| HSV(B) | 46.09º | 0.63% | 0.86% | - |
| XYZ | 49.02 | 51.79 | 15.4 | - |
| YUV | 185.48 | 69.6 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 82 | 0 | 0.15 | 0.63 | 0.14 | 46.09 | 0.66 | 0.59 |
| Hex | DC | BC | 52 | 0 | F | 3F | E | 2E | 42 | 3B |
| Octal | 334 | 274 | 122 | 0 | 17 | 77 | 16 | 56 | 102 | 73 |
| Binary | 11011100 | 10111100 | 1010010 | 0 | 1111 | 111111 | 1110 | 101110 | 1000010 | 111011 |
Color Harmonies of #DCBC52
Complementary color
Monochromatic Colors of #DCBC52
Black with #DCBC52
Text Example
Text Example
White with #DCBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC52; }
p { color: rgb(220,188,82); }
H1.HeaderClassName
{
color: #DCBC52;
}
.AnyTagClassName
{
color: #DCBC52;
}
</style>
background-color css
<style>
a { background-color: #DCBC52; }
a { background-color: rgb(220,188,82); }
div.DivClassName
{
background-color: #DCBC52;
}
.BgClassName
{
background-color: #DCBC52;
}
</style>
border-color css
<style>
span { border-color: #DCBC52; }
span { border-color: rgb(220,188,82); }
td.TdClassName
{
border-color: #DCBC52;
}
.TagClassName
{
border-color: #DCBC52;
}
</style>