Shades of Ronchi #DCBC53
Tints of Ronchi #DCBC53
RGB
CMYK
RGB Variations
Color information
#DCBC53 (or 0xDCBC53) is known color: Ronchi. HEX triplet: DC, BC and 53. RGB value is (220,188,83). Sum of RGB (Red+Green+Blue) = 220+188+83=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC53 is #2343AC. Grayscale: #BABABA. Windows color (decimal): -2311085 or 5487836. OLE color: 5487836.
HSL color Cylindrical-coordinate representation of color #DCBC53: hue angle of 45.99º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCBC53 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 83 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.14 |
| HSL | 45.99º | 0.66% | 0.59% | - |
| HSV(B) | 45.99º | 0.62% | 0.86% | - |
| XYZ | 49.06 | 51.81 | 15.6 | - |
| YUV | 185.6 | 70.1 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 83 | 0 | 0.15 | 0.62 | 0.14 | 45.99 | 0.66 | 0.59 |
| Hex | DC | BC | 53 | 0 | F | 3E | E | 2E | 42 | 3B |
| Octal | 334 | 274 | 123 | 0 | 17 | 76 | 16 | 56 | 102 | 73 |
| Binary | 11011100 | 10111100 | 1010011 | 0 | 1111 | 111110 | 1110 | 101110 | 1000010 | 111011 |
Color Harmonies of #DCBC53
Complementary color
Monochromatic Colors of #DCBC53
Black with #DCBC53
Text Example
Text Example
White with #DCBC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC53; }
p { color: rgb(220,188,83); }
H1.HeaderClassName
{
color: #DCBC53;
}
.AnyTagClassName
{
color: #DCBC53;
}
</style>
background-color css
<style>
a { background-color: #DCBC53; }
a { background-color: rgb(220,188,83); }
div.DivClassName
{
background-color: #DCBC53;
}
.BgClassName
{
background-color: #DCBC53;
}
</style>
border-color css
<style>
span { border-color: #DCBC53; }
span { border-color: rgb(220,188,83); }
td.TdClassName
{
border-color: #DCBC53;
}
.TagClassName
{
border-color: #DCBC53;
}
</style>